Browse Source

bug

master_hella_20240701
wangyufei 3 months ago
parent
commit
351883eed9
  1. 3
      src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue
  2. 3
      src/views/wms/inventoryjobManage/containermanage/initialContainerMainRequest/index.vue
  3. 3
      src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue

3
src/views/wms/inventoryjobManage/containermanage/containerMainRequest/index.vue

@ -405,6 +405,9 @@ const buttonTableClick = async (val, row) => {
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
if('create'==type){
tableData.value = []
}
basicFormRef.value.open(type, row)
}

3
src/views/wms/inventoryjobManage/containermanage/initialContainerMainRequest/index.vue

@ -357,6 +357,9 @@ const buttonTableClick = async (val, row) => {
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
if('create'==type){
tableData.value = []
}
basicFormRef.value.open(type, row)
}

3
src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/index.vue

@ -380,6 +380,9 @@ const buttonTableClick = async (val, row) => {
/** 添加/修改操作 */
const basicFormRef = ref()
const openForm = (type: string, row?: any) => {
if('create'==type){
tableData.value = []
}
basicFormRef.value.open(type, row)
}

Loading…
Cancel
Save