Browse Source

WMS bug:HL-5766 计划外入库申请.任务.记录主子备注保存

hella_online_20240904
gaojs 2 months ago
parent
commit
591e05e6e8
  1. 6
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts
  2. 6
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts
  3. 10
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

6
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptJobMain/unplannedreceiptJobMain.data.ts

@ -351,13 +351,13 @@ export const UnplannedreceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
// }, // },
// }, // },
{ {
label: '备注', label: '单据备注',
field: 'remarkMain', field: 'remarkMain',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
isTable: false, isTable: true,
}, },
{ {
label: '自动完成', label: '自动完成',
@ -1026,7 +1026,7 @@ export const UnplannedreceiptJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '备注', label: '明细备注',
field: 'remark', field: 'remark',
sort: 'custom', sort: 'custom',
table: { table: {

6
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRecordMain/unplannedreceiptRecordMain.data.ts

@ -358,9 +358,9 @@ export const UnplannedreceiptRecordMain = useCrudSchemas(reactive<CrudSchema[]>(
}, },
}, },
{ {
label: '备注', label: '单据备注',
field: 'remarkMain', field: 'remarkMain',
isTable:false, isTable:true,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -840,7 +840,7 @@ export const UnplannedreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]
}, },
}, },
{ {
label: '备注', label: '明细备注',
field: 'remark', field: 'remark',
sort: 'custom', sort: 'custom',
table: { table: {

10
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

@ -538,14 +538,14 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>
} }
}, },
{ {
label: '备注', label: '单据备注',
field: 'remarkMain', field: 'remarkMain',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
}, },
isTable:false, isTable:true,
sortTableDefault: 1000, //sortTableDefault: 1000,
}, },
{ {
label: '创建时间', label: '创建时间',
@ -668,7 +668,7 @@ export const UnplannedreceiptRequestMainRules = reactive({
directCreateRecord: [ directCreateRecord: [
{ required: true, message: '请选择是否跳过任务直接生成记录', trigger: 'change' } { required: true, message: '请选择是否跳过任务直接生成记录', trigger: 'change' }
], ],
remark: [ remarkMain: [
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } { max: 50, message: '不得超过50个字符', trigger: 'blur' }
], ],
usageDescription:[ usageDescription:[
@ -1244,7 +1244,7 @@ export const UnplannedreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[
} }
}, },
{ {
label: '备注', label: '明细备注',
field: 'remark', field: 'remark',
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save