Compare commits

..

No commits in common. "53765aee4ee8e0e91659703f507291178f7f3b3a" and "fc5f3f6c8bbbed727788fb256f918b01f301bee6" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1082,7 +1082,7 @@
const firstgetqueryCgdList = () => {
queryCgdList(plzinfo).then((res : any) => {
plsbuy.value.push(...res.result.records)
// console.log("zzzz", plsbuy.value)
console.log("zzzz", plsbuy.value)
if (res.result.records.length) {
form.cgdId = plsbuy.value[0].id
queryInvo();

View File

@ -556,7 +556,7 @@
</view>
<view class="pls-card-middle-one">
<view class="middle-title">
{{ v.jhTime.slice(0,10) }}
{{ v.jhTime?v.jhTime.slice(0,10):'' }}
</view>
<view class="middle-heng-father">
<view class="middle-heng"></view>
@ -1314,7 +1314,7 @@
})
getGysList().then((res : any) => {
gyslist.value = res.result;
// console.log("isright", res)
console.log("isright", res)
})
}
@ -1378,7 +1378,7 @@
queryCgdList(plzinfo).then((res : any) => {
plsbuy.value.push(...res.result.records)
alltotal.value = res.result.total
// console.log("???", res)
console.log("请购单数据呢???", res)
if (res.result.records.length) {
form.cgdId = plsbuy.value[0].id
queryInvo(0);
@ -1463,7 +1463,7 @@
}
const tagsArray = [`待入库`, `挂账中`, `已入库`, `已销账`,]
const clickmiddle = (index : number) => {
// console.log(showvalue.value)
console.log(showvalue.value)
middletarget.value = index;
showvalue.value = InvoicingList.value[index];
showvalue.value.jianhuobtn = false;