diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue index 8bf4695ca..7f29a4fdb 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue @@ -125,6 +125,13 @@ const updataTableColumns = (val) => { // 查询页面返回 const searchTableSuccess = (formField, searchField, val, formRef, type, row) => { + console.log("formField",formField) + console.log("searchField",searchField) + console.log("val",val) + console.log("formRef",formRef) + console.log("type",row) + + nextTick(() => { if (type == 'tableForm') { // 明细查询页赋值 @@ -170,6 +177,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => setV[formField] = val[0][searchField] setV['purchaseReceiptRecordNumber'] = val[0]['number'] setV['supplierCode'] = val[0]['supplierCode'] + setV['asnNumber'] = val[0]['asnNumber'] + setV['ppNumber'] = val[0]['ppNumber'] // 获取子表数据 getBomDisassemble PurchasereceiptRecordDetailApi.getPurchasereceiptRecordDetailList({