Browse Source

选择收货单明细

hella_online_20240816
wangyufei 1 month ago
parent
commit
62b53e78b9
  1. 23
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

23
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

@ -281,12 +281,6 @@ const searchTableSuccess = async (formField, searchField, val, formRef, type, ro
} }
}) })
} }
}else if(formField=='hahaha'){
//
setV['poNumber'] = val[0]['poNumber']
setV['poLine'] = val[0]['poLine']
setV['receiptNumber'] = val[0]['receiptNumber']
setV['asnNumber'] = val[0]['asnNumber']
} }
formRef.setValues(setV) formRef.setValues(setV)
@ -628,11 +622,18 @@ const chooseReceiptList = ()=>{
} }
// //
const searchTableSuccess1 = (formField, searchField, selections, type, row) => { const searchTableSuccess1 = (formField, searchField, val, type, row) => {
console.log('searchTableSuccess1',formField, searchField, selections, type, row) console.log('searchTableSuccess1',formField, searchField, val, type, row)
formRef.value.formRef.setValues({
poNumber:111 if(formField=='hahaha'){
}) //
const setV = {}
setV['poNumber'] = val[0]['poNumber']
setV['poLine'] = val[0]['poLine']
setV['receiptNumber'] = val[0]['receiptNumber']
setV['asnNumber'] = val[0]['asnNumber']
formRef.value.formRef.setValues(setV)
}
} }
// //
const handleDeleteTable = (item, index, formRef) => { const handleDeleteTable = (item, index, formRef) => {

Loading…
Cancel
Save