Browse Source

转移管理字段修改

master
李胜楠 10 months ago
parent
commit
220115b3b6
  1. 48
      src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts
  2. 22
      src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts
  3. 48
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts

48
src/views/wms/moveManage/inventorychange/inventorychangeRecordMain/inventorychangeRecordMain.data.ts

@ -191,14 +191,14 @@ export const InventorychangeRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
}, },
{ // {
label: '代码', // label: '代码',
field: 'code', // field: 'code',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',
@ -560,14 +560,14 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
width: 150 width: 150
}, },
}, },
{ // {
label: '任务明细ID', // label: '任务明细ID',
field: 'jobDetailId', // field: 'jobDetailId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',
@ -650,14 +650,14 @@ export const InventorychangeRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
width: 150 width: 150
}, },
}, },
{ // {
label: '代码', // label: '代码',
field: 'code', // field: 'code',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '接口类型', label: '接口类型',
field: 'interfaceType', field: 'interfaceType',

22
src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts

@ -140,14 +140,14 @@ export const InventorymoveJobMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '状态', // label: '状态',
field: 'jobStageStatus', // field: 'jobStageStatus',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '优先级', label: '优先级',
field: 'priority', field: 'priority',
@ -564,9 +564,9 @@ export const InventorymoveJobMainRules = reactive({
status: [ status: [
{ required: true, message: '请选择状态', trigger: 'change' } { required: true, message: '请选择状态', trigger: 'change' }
], ],
jobStageStatus: [ // jobStageStatus: [
{ required: true, message: '请选择阶段状态', trigger: 'change' } // { required: true, message: '请选择阶段状态', trigger: 'change' }
], // ],
priority: [ priority: [
{ required: true, message: '请输入优先级', trigger: 'blur' } { required: true, message: '请输入优先级', trigger: 'blur' }
], ],

48
src/views/wms/moveManage/inventorymove/inventorymoveRecordMain/inventorymoveRecordMain.data.ts

@ -273,14 +273,14 @@ export const InventorymoveRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
}, },
{ // {
label: '代码', // label: '代码',
field: 'code', // field: 'code',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',
@ -528,14 +528,14 @@ export const InventorymoveRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '任务明细ID', // label: '任务明细ID',
field: 'jobDetailId', // field: 'jobDetailId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',
@ -618,14 +618,14 @@ export const InventorymoveRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{ // {
label: '代码', // label: '代码',
field: 'code', // field: 'code',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '接口类型', label: '接口类型',
field: 'interfaceType', field: 'interfaceType',

Loading…
Cancel
Save