Browse Source

丰田补给品需求变更

intex_online20250528
songguoqiang 2 weeks ago
parent
commit
9fcf6a1626
  1. 4
      src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue

4
src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/index.vue

@ -328,11 +328,11 @@ const importSuccess = () => {
}
const searchTableSuccess = (formField, searchField, val, formRef, type, row) => {
if(formField == 'fromLocationCode'){
//if(formField == 'fromLocationCode'){
const setV = {}
setV[formField] = val[0][searchField]
formRef.setValues(setV)
}
//}
}
//
const submitForm = async (formType, submitData) => {

Loading…
Cancel
Save