Browse Source

YT-1226,YT-1227: 缺少字段bug修复和目标发货类型已存在该订单号不可导入验证添加

intex
ljlong_2630 1 week ago
parent
commit
6841cd6d10
  1. 2
      src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  2. 1
      src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  3. 10
      src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts
  4. 4
      src/views/wms/deliversettlementManage/ssSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts
  5. 4
      src/views/wms/deliversettlementManage/tjdtSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

2
src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -330,6 +330,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true, hiddenInMain: true,
}, },
{ {
@ -397,6 +398,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true, hiddenInMain: true,
}, },
{ {

1
src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -376,6 +376,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true, hiddenInMain: true,
}, },
{ {

10
src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts

@ -25,6 +25,7 @@ export const DeliverRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: false,
isSearch: false isSearch: false
}, },
{ {
@ -33,7 +34,8 @@ export const DeliverRecordMain = useCrudSchemas(
sort: 'custom', sort: 'custom',
table: { table: {
width: 180 width: 180
} },
isTable: false,
}, },
{ {
label: '发货记录单号', label: '发货记录单号',
@ -54,7 +56,7 @@ export const DeliverRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: true, isTable: false,
isDetail: true isDetail: true
}, },
{ {
@ -332,7 +334,7 @@ export const DeliverRecordMain = useCrudSchemas(
isTable: false isTable: false
}, },
{ {
label: '业务类型', label: '发货类型',
field: 'businessType', field: 'businessType',
sort: 'custom', sort: 'custom',
table: { table: {
@ -590,6 +592,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
}, },
{ {
label: '包装规格', label: '包装规格',
@ -656,6 +659,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
}, },
{ {
label: '从库位', label: '从库位',

4
src/views/wms/deliversettlementManage/ssSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -352,6 +352,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true,
}, },
{ {
label: '包装规格', label: '包装规格',
@ -418,6 +420,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true,
}, },
{ {
label: '从库位', label: '从库位',

4
src/views/wms/deliversettlementManage/tjdtSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts

@ -298,6 +298,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true,
}, },
{ {
label: '包装规格', label: '包装规格',
@ -364,6 +366,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isTable: false,
hiddenInMain: true,
}, },
{ {
label: '从库位', label: '从库位',

Loading…
Cancel
Save