Browse Source

结算出库申请

master_hella_20240701
wangyufei 5 months ago
parent
commit
15645842d8
  1. 1
      src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue

1
src/views/wms/deliversettlementManage/saleShipmentMainRequest/index.vue

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

Loading…
Cancel
Save