计划管理修改

dev-scheduling
jinna 2 weeks ago
parent 827ba6b737
commit af01544573
  1. 8
      src/views/orderManagement/components/lookProcess.vue
  2. 36
      src/views/orderManagement/plannedOrder.vue

@ -157,25 +157,25 @@ export default {
label: '一级工艺计划(A)号', label: '一级工艺计划(A)号',
prop: 'firpp', prop: 'firpp',
search: false, search: false,
width: 180, width: 150,
}, },
{ {
label: '一级工艺计划名称', label: '一级工艺计划名称',
prop: 'firppname', prop: 'firppname',
search: false, search: false,
width: 180, width: 150,
}, },
{ {
label: '一级工序(B)号', label: '一级工序(B)号',
prop: 'firseq', prop: 'firseq',
search: false, search: false,
width: 180, width: 135,
}, },
{ {
label: '一级工序名称', label: '一级工序名称',
prop: 'firseqname', prop: 'firseqname',
search: false, search: false,
width: 180, width: 130,
}, },
{ {
label: '一级工序序号', label: '一级工序序号',

@ -285,24 +285,24 @@ export default {
}, },
], ],
}, },
{ // {
label: '镀种小类', // label: '',
prop: 'bpsId', // prop: 'bpsId',
search: false, // search: false,
sortable: true, // sortable: true,
width: 120, // width: 120,
display: false, // display: false,
span: 12, // span: 12,
headerAlign: 'center', // headerAlign: 'center',
align: 'center', // align: 'center',
rules: [ // rules: [
{ // {
required: true, // required: true,
message: '请输入镀种小类', // message: '',
trigger: 'blur', // trigger: 'blur',
}, // },
], // ],
}, // },
{ {
label: '生产标识', label: '生产标识',
prop: 'productIdent', prop: 'productIdent',

Loading…
Cancel
Save