Browse Source

采购退货申请

master_hella_20240701
yufei0306 6 months ago
parent
commit
01eec0b83f
  1. 7
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

7
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -783,12 +783,7 @@ const handleDeleteTable = (item, index, formRef) => {
item.componentProps.disabled = false
}
})
nextTick(() => {
const setV = {}
setV['purchaseReceiptRecordNumber'] = ''
setV['supplierCode'] = ''
formRef.setValues(setV)
})
}
}
const tableSelectionDelete = (selection) => {

Loading…
Cancel
Save