|
@ -25,6 +25,9 @@ const queryParams = { |
|
|
// 获取当前操作人的部门
|
|
|
// 获取当前操作人的部门
|
|
|
import { useUserStore } from '@/store/modules/user' |
|
|
import { useUserStore } from '@/store/modules/user' |
|
|
import { TableColumn } from '@/types/table' |
|
|
import { TableColumn } from '@/types/table' |
|
|
|
|
|
import { |
|
|
|
|
|
BalanceShow |
|
|
|
|
|
} from "@/views/wms/moveManage/inventorymove/inventorymoveRequestMainOKHOLD/inventorymoveRequestMain.data"; |
|
|
const userStore = useUserStore() |
|
|
const userStore = useUserStore() |
|
|
const userDept = userStore.userSelfInfo.dept |
|
|
const userDept = userStore.userSelfInfo.dept |
|
|
// id 转str 否则form回显匹配不到
|
|
|
// id 转str 否则form回显匹配不到
|
|
@ -589,7 +592,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
searchListPlaceholder: '请选择从包装号', |
|
|
searchListPlaceholder: '请选择从包装号', |
|
|
searchField: 'packingNumber', |
|
|
searchField: 'packingNumber', |
|
|
searchTitle: '库存余额信息', |
|
|
searchTitle: '库存余额信息', |
|
|
searchAllSchemas: Balance.allSchemas, |
|
|
searchAllSchemas: BalanceShow.allSchemas, |
|
|
searchPage: BalanceApi.selectLocationTypeToBalance, |
|
|
searchPage: BalanceApi.selectLocationTypeToBalance, |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
@ -599,7 +602,7 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
searchListPlaceholder: '请选择从包装号', |
|
|
searchListPlaceholder: '请选择从包装号', |
|
|
searchField: 'packingNumber', |
|
|
searchField: 'packingNumber', |
|
|
searchTitle: '库存余额信息', |
|
|
searchTitle: '库存余额信息', |
|
|
searchAllSchemas: Balance.allSchemas, |
|
|
searchAllSchemas: BalanceShow.allSchemas, |
|
|
searchPage: BalanceApi.selectLocationTypeToBalance, |
|
|
searchPage: BalanceApi.selectLocationTypeToBalance, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|