Browse Source

清空包装规格2,数量也清空

hella_online_20240927
yufei_wang 2 months ago
parent
commit
cba013ebe7
  1. 7
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue

7
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue

@ -105,6 +105,7 @@
@handleDeleteTable="handleDeleteTable"
@searchTableSuccess="searchTableSuccess"
@submitForm="submitFormLabel"
@clearInput="clearInputLabel"
/>
<!-- bom列表 -->
@ -696,6 +697,12 @@ const searchFormClick = (searchData) => {
getList() //
}
const clearInputLabel = (field, row, index) => {
if(field=='secondPackUnit'){
row['secondPackQty'] = ''
}
}
//
const submitFormLabel = async (formType, submitData) => {
let data = {...submitData}

Loading…
Cancel
Save