|
|
@ -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) => { |
|
|
|