Browse Source

品番拉动配置表

intex
叶佳兴 3 days ago
parent
commit
669ee59f24
  1. 4
      src/api/wms/purchasePlanMain/index.ts
  2. 1869
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue
  3. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

4
src/api/wms/purchasePlanMain/index.ts

@ -57,6 +57,10 @@ export const closePurchasePlanMain = async (id: number) => {
export const openPurchasePlanMain = async (id: number) => {
return await request.post({ url: `/wms/purchase-plan-main/open?id=` + id })
}
// 验证打切品番配置
export const validation = async (id: number) => {
return await request.post({ url: `/wms/purchase-plan-main/validation?id=` + id })
}
// 发布要货计划主
export const publishPurchasePlanMain = async (id: number) => {
return await request.post({ url: `/wms/purchase-plan-main/publish?id=` + id })

1869
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

File diff suppressed because it is too large

4
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -604,9 +604,9 @@ export const PurchasePlanMain = useCrudSchemas(
table: {
width: 150
},
isTable: false,
isTable: true,
isForm: false,
isDetail: false
isDetail: true
},
{
label: '操作',

Loading…
Cancel
Save