过程项任务页面调整

dev-scheduling
jinna 3 months ago
parent 63b86f49cc
commit d0692627b8
  1. 10
      src/views/processManagement/components/processMainte/processPlanning.vue
  2. 5
      src/views/processManagement/inPlantProcess.vue

@ -1028,10 +1028,10 @@ export default {
if (isReturn == 1) {
return this.$message.warning('涂色标的工时定额必须大于0,请修改!');
}
const res = await getPartDetail(this.partId);
console.log(res);
let dsCraftMold = res.data.data.dsPartEntity;
console.log(898989,this.partInfoData)
// const res = await getPartDetail(this.partId);
// console.log(res);
let dsCraftMold = this.partInfoData;
if (dsCraftMold.markingsTest == '1') {
if (!arr.includes('涂色标')) {
@ -1198,6 +1198,8 @@ export default {
this.$message.success('保存成功');
this.craftLoading = false
this.getDetails();
}).catch(err=>{
this.craftLoading = false
});
}
});

@ -51,7 +51,8 @@ export default {
index: true,
selection: false,
viewBtn: false,
delBtn: true,
delBtn: false,
editBtn: false,
addBtn: false,
editBtnText: '修改',
addBtnIcon: ' ',
@ -60,7 +61,7 @@ export default {
editBtnIcon: ' ',
viewBtnText: '详情',
labelWidth: 120,
menuWidth: 180,
menuWidth: 60,
dialogWidth: 1040,
dialogClickModal: false,
searchEnter: true,

Loading…
Cancel
Save