diff --git a/src/views/Assembly/AssemblyQualityInspection/index.vue b/src/views/Assembly/AssemblyQualityInspection/index.vue index 50c4c7f8..602840bf 100644 --- a/src/views/Assembly/AssemblyQualityInspection/index.vue +++ b/src/views/Assembly/AssemblyQualityInspection/index.vue @@ -12,21 +12,21 @@
{{ item.name }}
- + - + - + - + @@ -78,6 +78,16 @@ {{ scope.row.检测项明细 }} + + + + + + - + @@ -90,7 +88,7 @@ {{ scope.row.组号 }} - + @@ -100,12 +98,12 @@ {{ scope.row.零件名称 }} - + - + @@ -115,22 +113,22 @@ {{ scope.row.工艺名称 }} - - - + + + + + - + - + @@ -155,7 +153,7 @@ {{ scope.row.备注 }} - + - 形位 + 形位 - + - 尺寸 + 尺寸 - + - 外观 + 外观 - + - + @@ -336,6 +340,13 @@ export default { } }) }, + ADD() { + this.addForm('form') + this.dialogFormVisible1 = true + this.form.contractSigningDate = getNowTime()// new Date() + this.temp = 1 + this.title = '新增项目' + }, submitEdit() { editTable(this.equipmentSerialNumber, this.form.设备名称, this.form.设备型号, this.form.设备性能指标, this.form.设备加工能力, this.form.设备工时系数, this.form.班次类型, this.form.设备加工工艺, this.form.整改工时系数, this.form.设备编号, this.form.预留工时系数).then(response => { if (response.data[0].result === '1') { @@ -423,3 +434,20 @@ export default { /* color: #ff9759;*/ /*}*/ + diff --git a/src/views/MarketingCenter/ContractInformationManagement/index.vue b/src/views/MarketingCenter/ContractInformationManagement/index.vue index ecab7e45..dceca54c 100644 --- a/src/views/MarketingCenter/ContractInformationManagement/index.vue +++ b/src/views/MarketingCenter/ContractInformationManagement/index.vue @@ -177,10 +177,10 @@