|
|
|
@ -200,7 +200,7 @@ export default { |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
hide: true, |
|
|
|
hide: true, |
|
|
|
display:false |
|
|
|
display: false, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '额定加工能力(烧结-个/热表-面积)', |
|
|
|
label: '额定加工能力(烧结-个/热表-面积)', |
|
|
|
@ -210,7 +210,7 @@ export default { |
|
|
|
span: 24, |
|
|
|
span: 24, |
|
|
|
width: 270, |
|
|
|
width: 270, |
|
|
|
labelWidth: 270, |
|
|
|
labelWidth: 270, |
|
|
|
type: 'number' |
|
|
|
type: 'number', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '额定工时(分钟)', |
|
|
|
label: '额定工时(分钟)', |
|
|
|
@ -220,7 +220,7 @@ export default { |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
width: 180, |
|
|
|
width: 180, |
|
|
|
labelWidth: 180, |
|
|
|
labelWidth: 180, |
|
|
|
type: 'number' |
|
|
|
type: 'number', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '准备工时(分钟)', |
|
|
|
label: '准备工时(分钟)', |
|
|
|
@ -230,7 +230,7 @@ export default { |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
width: 180, |
|
|
|
width: 180, |
|
|
|
labelWidth: 180, |
|
|
|
labelWidth: 180, |
|
|
|
type: 'number' |
|
|
|
type: 'number', |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '轮次间隔(分钟)', |
|
|
|
label: '轮次间隔(分钟)', |
|
|
|
@ -240,7 +240,14 @@ export default { |
|
|
|
span: 12, |
|
|
|
span: 12, |
|
|
|
width: 180, |
|
|
|
width: 180, |
|
|
|
labelWidth: 180, |
|
|
|
labelWidth: 180, |
|
|
|
type: 'number' |
|
|
|
type: 'number', |
|
|
|
|
|
|
|
rules: [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
required: true, |
|
|
|
|
|
|
|
message: '请输入', |
|
|
|
|
|
|
|
trigger: 'blur', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
@ -270,7 +277,7 @@ export default { |
|
|
|
if (['edit', 'view'].includes(type)) { |
|
|
|
if (['edit', 'view'].includes(type)) { |
|
|
|
// this.form.processId = this.form.processId+'' |
|
|
|
// this.form.processId = this.form.processId+'' |
|
|
|
// this.form.craftId = this.form.craftId+'' |
|
|
|
// this.form.craftId = this.form.craftId+'' |
|
|
|
this.form.workCenterId = this.form.workCenterId+'' |
|
|
|
this.form.workCenterId = this.form.workCenterId + ''; |
|
|
|
} |
|
|
|
} |
|
|
|
done(); |
|
|
|
done(); |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -282,7 +289,7 @@ export default { |
|
|
|
this.form.equipName = val.deviceName; |
|
|
|
this.form.equipName = val.deviceName; |
|
|
|
} |
|
|
|
} |
|
|
|
if (val && type == 'craftId') { |
|
|
|
if (val && type == 'craftId') { |
|
|
|
this.form.craftName=val.caName |
|
|
|
this.form.craftName = val.caName; |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
rowSave(row, done, loading) { |
|
|
|
rowSave(row, done, loading) { |
|
|
|
|