diff --git a/src/api/ManufacturingCenter/ParseQuery.js b/src/api/ManufacturingCenter/ParseQuery.js new file mode 100644 index 00000000..3d1c1f62 --- /dev/null +++ b/src/api/ManufacturingCenter/ParseQuery.js @@ -0,0 +1,34 @@ +import request from '@/utils/request' +export function SelectMachine() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '发货管理_发货申请_发货单_机床_查询', + param: '机床图号=' + arguments[0] + } + }) +} +export function ProcessOutsourcing() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '工序外协_综合查询', + param: '机床流水号=' + arguments[0] + } + }) +} +export function ProcessProportion() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '工序外协_工序占比_综合查询', + param: '机床流水号=' + arguments[0] + } + }) +} diff --git a/src/assets/img/img4.png b/src/assets/img/img4.png new file mode 100644 index 00000000..730a5437 Binary files /dev/null and b/src/assets/img/img4.png differ diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index fca6947f..ecf9f1ff 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -168,6 +168,10 @@ export default { }, methods: { submitTable2(row) { + row.备注 ? row.备注 : '' + row.实际工时 ? row.实际工时 : '' + row.修补工时 ? row.修补工时 : '' + console.log(row.备注, row.计划流水号, row.实际工时, row.修补工时) submitTable2(row.备注, row.计划流水号, row.实际工时, row.修补工时).then(res => { if (res.data[0].result === '1') { this.$message.success('编辑成功') diff --git a/src/views/ManufacturingCenter/ParseQuery/index.vue b/src/views/ManufacturingCenter/ParseQuery/index.vue new file mode 100644 index 00000000..24bc4673 --- /dev/null +++ b/src/views/ManufacturingCenter/ParseQuery/index.vue @@ -0,0 +1,4275 @@ + + + + + diff --git a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue index d0d17861..cab51562 100644 --- a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue +++ b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue @@ -406,7 +406,7 @@ - + + :value="item.value"> +
{{ item.label }}
+
{{ item.name1 }}
+
- + + + + + +
@@ -681,6 +689,7 @@ export default { perNum2: '', tuhao: [], tuhaoValue: '', + guige: '', check1: 0, check2: 0, check3: 0, @@ -1297,10 +1306,12 @@ export default { this.CraftmanValue = this.CraftmanValue2 this.perNum = this.perNum2 this.remark1 = '' + this.guige = '' this.tuhaoValue = '' }, inputChange() { // 零件号改变 this.remark1 = '' + this.guige = '' this.tuhaoValue = '' }, // 典艺工艺查询 @@ -1368,6 +1379,7 @@ export default { this.tuhao.push({ label: response.data[i].零件图号, name: response.data[i].零件名称, + name1: response.data[i].规格, value: response.data[i].工艺计划流水号 }) } @@ -1387,11 +1399,13 @@ export default { // 当完成工艺号改变时,零件名称改变,并获取工艺要求 numChange1() { this.remark1 = '' + this.guige = '' this.tableData4 = null console.log(this.tuhaoValue) for (let i = 0; i < this.tuhao.length; i++) { if (this.tuhaoValue === this.tuhao[i].value) { this.remark1 = this.tuhao[i].name + this.guige = this.tuhao[i].name1 this.num = this.tuhao[i].value } } diff --git a/src/views/MarketingCenter/BidBond/index.vue b/src/views/MarketingCenter/BidBond/index.vue index 55fa6d6c..73ed761b 100644 --- a/src/views/MarketingCenter/BidBond/index.vue +++ b/src/views/MarketingCenter/BidBond/index.vue @@ -32,8 +32,8 @@ size="small" type="date" placeholder="请选择结束日期"/> - 查询 - 增加 + 查询 + 新增 @@ -192,7 +192,7 @@ @node-click="handleNodeClick" /> - +