合并代码
This commit is contained in:
parent
abfe695879
commit
019fb3a7f7
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -556,7 +556,7 @@
|
|||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue