Browse Source

隔离退料申请--采购制造类型重新赋值

hella_online_20240828
wangyufei 3 months ago
parent
commit
1133e3de04
  1. 1
      src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue

1
src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue

@ -508,6 +508,7 @@ const buttonTableClick = async (val, row) => {
const formRef = ref() const formRef = ref()
const openForm =async (type: string, row?: number) => { const openForm =async (type: string, row?: number) => {
tableData.value = [] // tableData.value = [] //
labelType.value = ''
// //
if (type == 'update') { if (type == 'update') {
// tableform // tableform

Loading…
Cancel
Save