This commit is contained in:
wangweidong 2025-11-20 10:27:42 +08:00
commit b3a39a4340
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?v.jhTime.slice(0,10):'' }}
{{ 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;