Browse Source

HL-5780取消在申请中要打印标签的限制为9999,限制改为999999

hella_online_20240829
yufei_wang 3 weeks ago
parent
commit
482483e747
  1. 4
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts
  2. 4
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts
  3. 8
      src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts
  4. 2
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts
  5. 4
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts
  6. 4
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts
  7. 4
      src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/productionMainAssembleSparePart.data.ts
  8. 4
      src/views/wms/productionManage/productionplan/productionMainPredictSparePart/productionMainPredictSparePart.data.ts
  9. 4
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/productreceiptscrapRequestMain.data.ts
  10. 4
      src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

4
src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts

@ -952,14 +952,14 @@ export const CustomerreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
}
},

4
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -867,14 +867,14 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
}
},

8
src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts

@ -658,14 +658,14 @@ export const DeliverPlanDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
@ -968,14 +968,14 @@ export const DeliverPlanDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
}
},

2
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -742,7 +742,7 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
},
},

4
src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

@ -840,14 +840,14 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
},
},

4
src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

@ -839,14 +839,14 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
},
},

4
src/views/wms/productionManage/productionplan/productionMainAssembleSparePart/productionMainAssembleSparePart.data.ts

@ -804,14 +804,14 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
},
},

4
src/views/wms/productionManage/productionplan/productionMainPredictSparePart/productionMainPredictSparePart.data.ts

@ -792,14 +792,14 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
}
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
},
},

4
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/productreceiptscrapRequestMain.data.ts

@ -1172,14 +1172,14 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
},
},
tableForm: {
type: 'InputNumber',
min: 0,
max:9999,
max:999999,
// precision: 6
}
},

4
src/views/wms/productionManage/productscrap/productscrapRequestMain/productscrapRequestMain.data.ts

@ -943,7 +943,7 @@ export const ProductscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
component: 'InputNumber',
componentProps: {
min: 0,
max:9999,
max:999999,
// precision: 6
},
},
@ -951,7 +951,7 @@ export const ProductscrapRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
type: 'InputNumber',
default:1,
min: 0,
max:9999,
max:999999,
// precision: 6
}
},

Loading…
Cancel
Save