diff --git a/src/api/ManufacturingCenter/ProcessPlanning.js b/src/api/ManufacturingCenter/ProcessPlanning.js index de2aa8ef..7cf21080 100644 --- a/src/api/ManufacturingCenter/ProcessPlanning.js +++ b/src/api/ManufacturingCenter/ProcessPlanning.js @@ -353,7 +353,7 @@ export function saveApprove(num0, num1, request0, spec, num2, outhelp, num3, num method: 'post', data: { type: '2', - name: ' ', + name: '车间生产管理工艺_零件工序_增加数据_同时修改工艺计划', param: '工艺计划流水号=' + num0 + '&工艺编号=' + num1 + '&工艺要求=' + request0 + '&原材料规格=' + spec + '&工序顺序=' + num2 + '&工序间是否外协=' + outhelp + '&工序流水号=' + num3 + '&材料流水号=' + num4 + '&重量=' + weight + '&面积=' + area + '&工艺人员编号=' + num5 + '&工艺难度等级=' + level } }) diff --git a/src/views/ManufacturingCenter/ProcessPlanning/index.vue b/src/views/ManufacturingCenter/ProcessPlanning/index.vue index b7e231b7..39bc4068 100644 --- a/src/views/ManufacturingCenter/ProcessPlanning/index.vue +++ b/src/views/ManufacturingCenter/ProcessPlanning/index.vue @@ -15,7 +15,7 @@ :value="item.value"/> 零件号: - + @@ -196,7 +196,6 @@ {{ item.value }} @@ -210,7 +209,6 @@ v-model="scope.row.工艺要求" :rows="1" :disabled="disabled" - size="mini" type="textarea" @dblclick.native="tableSearch(scope.$index)" @change="requestEdit(scope.row)"/> @@ -221,25 +219,21 @@
@@ -1451,3 +1445,15 @@ export default { background: oldlace; } + diff --git a/src/views/ManufacturingCenter/QuotaFormulation/index.vue b/src/views/ManufacturingCenter/QuotaFormulation/index.vue index 27c2a5ce..87caf7a4 100644 --- a/src/views/ManufacturingCenter/QuotaFormulation/index.vue +++ b/src/views/ManufacturingCenter/QuotaFormulation/index.vue @@ -212,8 +212,8 @@ export default { this.partName = '' this.batchNum = '' this.material = '' - this.personValue = '' this.tableData = [] // 清主表 + this.personChange() } else { // 未编制 this.shuliang = '' this.isShow = false @@ -224,7 +224,6 @@ export default { this.partName = '' this.batchNum = '' this.material = '' - this.personValue = '' this.tableData = [] // 清主表 getPartnames1().then(response => { for (let i = 0; i < response.data.length; i++) {