diff --git a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts index 0b476fb65..67c835403 100644 --- a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRecordMain/customerreceiptRecordMain.data.ts @@ -255,14 +255,14 @@ export const CustomerreceiptRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从库位类型范围', field: 'fromLocationTypes', @@ -639,22 +639,22 @@ export const CustomerreceiptRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts index dd2a1333b..a0b6db5fa 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnJobMain/customerreturnJobMain.data.ts @@ -195,14 +195,14 @@ export const CustomerreturnJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -629,9 +629,9 @@ export const CustomerreturnJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts index 278d1375e..8376c7024 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/customerreturnRecordMain.data.ts @@ -264,14 +264,14 @@ export const CustomerreturnRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从库位类型范围', field: 'fromLocationTypes', @@ -659,22 +659,22 @@ export const CustomerreturnRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts index 746b6afca..a708a5ac3 100644 --- a/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customersettle/customersettleRecordMain/customersettleRecordMain.data.ts @@ -216,14 +216,14 @@ export const CustomersettleRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从库位类型范围', field: 'fromLocationTypes', @@ -442,14 +442,14 @@ export const CustomersettleRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -460,14 +460,14 @@ export const CustomersettleRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', diff --git a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts index b74f32c27..cdc7594be 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts @@ -194,14 +194,14 @@ export const DeliverJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -625,9 +625,9 @@ export const DeliverJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts index 482e12aae..d83a7afa0 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts @@ -264,14 +264,14 @@ export const DeliverRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从库位类型范围', field: 'fromLocationTypes', @@ -656,22 +656,22 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts index 7170e2d32..707f36bba 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts @@ -191,14 +191,14 @@ export const InventoryinitRecordMain = useCrudSchemas(reactive([ } } }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -465,14 +465,14 @@ export const InventoryinitRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', diff --git a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts index 869d76dbb..c547ae7fe 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts @@ -122,14 +122,14 @@ export const ScrapJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -525,9 +525,9 @@ export const ScrapJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts index 79a97f3e0..6290da8d9 100644 --- a/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts @@ -192,14 +192,14 @@ export const ScrapRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -504,22 +504,22 @@ export const ScrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/transferissueJobMain.data.ts b/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/transferissueJobMain.data.ts index 2eeb899c3..a29fdf271 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/transferissueJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueJobMain/transferissueJobMain.data.ts @@ -186,14 +186,14 @@ export const TransferissueJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -591,9 +591,9 @@ export const TransferissueJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts index 4a4e3ed73..87a7875bf 100644 --- a/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferissue/transferissueRecordMain/transferissueRecordMain.data.ts @@ -278,14 +278,14 @@ export const TransferissueRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -517,14 +517,14 @@ export const TransferissueRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', @@ -607,14 +607,14 @@ export const TransferissueRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/transferreceiptJobMain.data.ts b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/transferreceiptJobMain.data.ts index 2e0eafd98..6103de28c 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/transferreceiptJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptJobMain/transferreceiptJobMain.data.ts @@ -179,14 +179,14 @@ export const TransferreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -583,9 +583,9 @@ export const TransferreceiptJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts index e28ea378a..bdfc48668 100644 --- a/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/transferreceipt/transferreceiptRecordMain/transferreceiptRecordMain.data.ts @@ -285,14 +285,14 @@ export const TransferreceiptRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -524,14 +524,14 @@ export const TransferreceiptRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', @@ -614,14 +614,14 @@ export const TransferreceiptRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts index 3f2f12274..0c2216acb 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueJobMain/unplannedissueJobMain.data.ts @@ -130,14 +130,14 @@ export const UnplannedissueJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -526,9 +526,9 @@ export const UnplannedissueJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts index 003227eeb..7d3042b45 100644 --- a/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedissue/unplannedissueRecordMain/unplannedissueRecordMain.data.ts @@ -227,14 +227,14 @@ export const UnplannedissueRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -434,14 +434,14 @@ export const UnplannedissueRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', @@ -524,14 +524,14 @@ export const UnplannedissueRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts index f38a2af5f..c3c0a9649 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts @@ -130,14 +130,14 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -526,9 +526,9 @@ export const UnplannedreceiptJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts index c6932563c..d68f506e3 100644 --- a/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts @@ -219,14 +219,14 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive( } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -486,14 +486,14 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -617,14 +617,14 @@ export const IssueRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -636,14 +636,14 @@ export const IssueRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, ])) //表单校验 diff --git a/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts b/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts index 2996d2633..a60605355 100644 --- a/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/onlinesettlementRecordMain/onlinesettlementRecordMain.data.ts @@ -429,14 +429,14 @@ export const OnlinesettlementRecordDetail = useCrudSchemas(reactive([ } }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -545,9 +545,9 @@ export const PickJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts b/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts index 991657723..189e42c03 100644 --- a/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts +++ b/src/views/wms/issueManage/pick/pickRecordMain/pickRecordMain.data.ts @@ -192,14 +192,14 @@ export const PickRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -545,14 +545,14 @@ export const PickRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -564,14 +564,14 @@ export const PickRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从器具号', field: 'fromContainerNumber', diff --git a/src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts b/src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts index 8d2a731a1..462d9309a 100644 --- a/src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts +++ b/src/views/wms/issueManage/productionreceipt/productionreceiptJobMain/productionreceiptJobMain.data.ts @@ -134,14 +134,14 @@ export const ProductionreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', diff --git a/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts index 3cacedbb5..8ab4a0ead 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnJobMain/productionreturnJobMain.data.ts @@ -138,14 +138,14 @@ export const ProductionreturnJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -552,9 +552,9 @@ export const ProductionreturnJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts index cb2884ce0..751ebe9ab 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts +++ b/src/views/wms/issueManage/productionreturn/productionreturnRecordMain/productionreturnRecordMain.data.ts @@ -200,14 +200,14 @@ export const ProductionreturnRecordMain = useCrudSchemas(reactive( } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -585,22 +585,22 @@ export const ProductionreturnRecordDetail = useCrudSchemas(reactive([ } }, }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -537,6 +545,9 @@ export const RepleinshJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts index a0103e0dc..cf02a98be 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts @@ -192,6 +192,14 @@ export const RepleinshRecordMain = useCrudSchemas(reactive([ } }, }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -537,6 +545,14 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '代码', + field: 'code', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '接口类型', field: 'interfaceType', @@ -548,6 +564,14 @@ export const RepleinshRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从器具号', field: 'fromContainerNumber', diff --git a/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts b/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts index 648dc42d8..f6169244e 100644 --- a/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts +++ b/src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts @@ -191,14 +191,14 @@ export const InventorychangeRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -560,14 +560,14 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', @@ -650,14 +650,14 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts index 66708034e..f0e4d5483 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts @@ -140,14 +140,14 @@ export const InventorymoveJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -564,9 +564,9 @@ export const InventorymoveJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts index 88da60527..a65383f4d 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts @@ -273,14 +273,14 @@ export const InventorymoveRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '是否可用', field: 'available', @@ -528,14 +528,14 @@ export const InventorymoveRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '创建时间', field: 'createTime', @@ -618,14 +618,14 @@ export const InventorymoveRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts index 7e6fb5f69..168466bcb 100644 --- a/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts +++ b/src/views/wms/productionManage/offlinesettlement/offlinesettlementRecordMain/offlinesettlementRecordMain.data.ts @@ -450,14 +450,14 @@ export const OfflinesettlementRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -549,9 +549,9 @@ export const ProductdismantleJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts index cf3dde375..ffa6a2557 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts @@ -208,14 +208,14 @@ export const ProductdismantleRecordMain = useCrudSchemas(reactive( } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -555,22 +555,22 @@ export const ProductdismantleRecordDetaila = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts b/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts index 3f8620f99..1d5169bea 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts +++ b/src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts @@ -84,6 +84,10 @@ export const ProductionMain = useCrudSchemas(reactive([ key: 'available', value: 'TRUE', isMainValue: false + },{ + key: 'workshopCode', + value: 'workshop', + isMainValue: true }] } } diff --git a/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts b/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts index c5b1c8571..84be1ebde 100644 --- a/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts +++ b/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts @@ -70,14 +70,14 @@ export const ProductputawayJobMain = useCrudSchemas(reactive([ } }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -553,9 +553,9 @@ export const ProductputawayJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts index f8e106984..5ce09cfd1 100644 --- a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts +++ b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts @@ -200,14 +200,14 @@ export const ProductputawayRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -569,14 +569,14 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -588,14 +588,14 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从器具号', field: 'fromContainerNumber', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts index 99ba324e7..34d8f204f 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptJobMain/productreceiptJobMain.data.ts @@ -154,14 +154,14 @@ export const ProductreceiptJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -557,9 +557,9 @@ export const ProductreceiptJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index ccde68227..cdd8a7e4a 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -224,14 +224,14 @@ export const ProductreceiptRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '到仓库代码', field: 'toWarehouseCode', @@ -609,22 +609,22 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -870,22 +870,22 @@ export const BackflushRecordDetailb = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts index 3bd609954..6f4edc53e 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts +++ b/src/views/wms/productionManage/productrepair/productrepairRecordMain/productrepairRecordMain.data.ts @@ -207,14 +207,14 @@ export const ProductrepairRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -554,22 +554,22 @@ export const ProductrepairRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/productionManage/productscrap/productscrapJobMain/productscrapJobMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapJobMain/productscrapJobMain.data.ts index acbef0603..84a513a91 100644 --- a/src/views/wms/productionManage/productscrap/productscrapJobMain/productscrapJobMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapJobMain/productscrapJobMain.data.ts @@ -122,14 +122,14 @@ export const ProductscrapJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -525,9 +525,9 @@ export const ProductscrapJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 669fb7850..adf3a6cd4 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -192,14 +192,14 @@ export const ProductscrapRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -508,22 +508,22 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/purchasereceiptManage/inspect/inspectJobMain/inspectJobMain.data.ts b/src/views/wms/purchasereceiptManage/inspect/inspectJobMain/inspectJobMain.data.ts index 86672a324..7b6f87c4e 100644 --- a/src/views/wms/purchasereceiptManage/inspect/inspectJobMain/inspectJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/inspect/inspectJobMain/inspectJobMain.data.ts @@ -78,14 +78,14 @@ export const InspectJobMain = useCrudSchemas(reactive([ } }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -661,9 +661,9 @@ export const InspectJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts b/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts index ad032c8a5..802f66211 100644 --- a/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/inspect/inspectRecordMain/inspectRecordMain.data.ts @@ -208,14 +208,14 @@ export const InspectRecordMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '订单号', field: 'poNumber', @@ -775,14 +775,14 @@ export const InspectRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -794,14 +794,14 @@ export const InspectRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, ])) //表单校验 diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts index de1d23510..2c2a801f7 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts @@ -171,14 +171,14 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive([ } }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '优先级', field: 'priority', @@ -618,9 +618,9 @@ export const PurchasereceiptJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index 6e4b5991d..ca8af276e 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -239,14 +239,14 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -761,14 +761,14 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive component: 'InputNumber', } }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '项目代码', @@ -787,14 +787,14 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts index e163f00f7..c72d41bfa 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts @@ -211,14 +211,14 @@ export const PurchasereturnJobMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -614,9 +614,9 @@ export const PurchasereturnJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts index 1b9f860b7..d85dc42df 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts @@ -245,14 +245,14 @@ export const PurchasereturnRecordMain = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -627,14 +627,14 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -646,14 +646,14 @@ export const PurchasereturnRecordDetail = useCrudSchemas(reactive( width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '备注', field: 'remark', diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts index 77b56898c..462940e50 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts @@ -71,14 +71,14 @@ export const PutawayJobMain = useCrudSchemas(reactive([ } }, }, - { - label: '状态', - field: 'jobStageStatus', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '状态', + // field: 'jobStageStatus', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '过期时间', field: 'expiredTime', @@ -553,9 +553,9 @@ export const PutawayJobMainRules = reactive({ status: [ { required: true, message: '请选择状态', trigger: 'change' } ], - jobStageStatus: [ - { required: true, message: '请选择阶段状态', trigger: 'change' } - ], + // jobStageStatus: [ + // { required: true, message: '请选择阶段状态', trigger: 'change' } + // ], priority: [ { required: true, message: '请输入优先级', trigger: 'blur' } ], diff --git a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts index c8a24c4ca..f0de5a377 100644 --- a/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts @@ -200,14 +200,14 @@ export const PutawayRecordMain = useCrudSchemas(reactive([ } }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从仓库代码', field: 'fromWarehouseCode', @@ -569,14 +569,14 @@ export const PutawayRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '代码', - field: 'code', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '代码', + // field: 'code', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '接口类型', field: 'interfaceType', @@ -588,14 +588,14 @@ export const PutawayRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从器具号', field: 'fromContainerNumber', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts index 5a328a62f..f2d892e51 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/supplierdeliverRecordMain.data.ts @@ -737,14 +737,14 @@ export const SupplierdeliverRecordDetail = useCrudSchemas(reactive width: 150 }, }, - { - label: '任务明细ID', - field: 'jobDetailId', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '任务明细ID', + // field: 'jobDetailId', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, ])) //表单校验