diff --git a/dist.zip b/dist.zip
new file mode 100644
index 00000000..b2fbb400
Binary files /dev/null and b/dist.zip differ
diff --git a/src/api/ManufacturingCenter/Enter0therData.js b/src/api/ManufacturingCenter/Enter0therData.js
index 9f328a07..3dd9b6c8 100644
--- a/src/api/ManufacturingCenter/Enter0therData.js
+++ b/src/api/ManufacturingCenter/Enter0therData.js
@@ -21,25 +21,25 @@ export function fetchDate(month) {
}
})
}
-export function saveDate(time, num, partNum, partName, procedure, num1, num2, num3, number, time1) {
+export function saveDate(num, partNum, procedure, num3, number, time1) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间管理_其他数据_增加数据',
- param: '加工日期=' + time + '&操作工流水号=' + num + '&零件图号=' + partNum + '&名称=' + partName + '&工序=' + procedure + '&责任人流水号=' + num1 + '&确认人流水号=' + num2 + '&录入人流水号=' + num3 + '&数量=' + number + '&单件工时=' + time1
+ param: '操作工流水号=' + num + '&零件图号=' + partNum + '&工序=' + procedure + '&录入人流水号=' + num3 + '&数量=' + number + '&单件工时=' + time1
}
})
}
-export function editDate(ID, time, num, partNum, partName, procedure, num1, num2, num3, number, time1) {
+export function editDate(ID, num, partNum, procedure, num3, number, time1) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间管理_其他数据_编辑数据',
- param: 'ID=' + ID + '&加工日期=' + time + '&操作工流水号=' + num + '&零件图号=' + partNum + '&名称=' + partName + '&工序=' + procedure + '&责任人流水号=' + num1 + '&确认人流水号=' + num2 + '&录入人流水号=' + num3 + '&数量=' + number + '&单件工时=' + time1
+ param: 'ID=' + ID + '&操作工流水号=' + num + '&零件图号=' + partNum + '&工序=' + procedure + '&录入人流水号=' + num3 + '&数量=' + number + '&单件工时=' + time1
}
})
}
diff --git a/src/api/ManufacturingCenter/InitialProduction.js b/src/api/ManufacturingCenter/InitialProduction.js
index 0610629b..6ea74d70 100644
--- a/src/api/ManufacturingCenter/InitialProduction.js
+++ b/src/api/ManufacturingCenter/InitialProduction.js
@@ -50,50 +50,50 @@ export function getTable(num, pageList, pageSize) {
})
}
// 投产
-export function production(num, a, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w) {
+export function production(num, a, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w, UrgentItem) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '设备管理_可安排生产计划零件排序_制定组时间_同时传递',
- param: '组件零件基本件流水号=' + num + '=int&投产类型流水号=' + a + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int'
+ param: '组件零件基本件流水号=' + num + '=int&投产类型流水号=' + a + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int&是否加急=' + UrgentItem + '=int'
}
})
}
// 合并投产
-export function production2(num1, num2, num, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w) {
+export function production2(num1, num2, num, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w, UrgentItem) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '设备管理_可安排生产计划零件排序_制定组时间_同时传递_合并投产',
- param: '零件图号=' + num1 + '&规格=' + num2 + '&机床流水号=' + num + '&投产类型流水号=' + 1 + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int'
+ param: '零件图号=' + num1 + '&规格=' + num2 + '&机床流水号=' + num + '&投产类型流水号=' + 1 + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int&是否加急=' + UrgentItem + '=int'
}
})
}
// 备料投产
-export function production10(num, a, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w) {
+export function production10(num, a, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w, UrgentItem) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '设备管理_可安排生产计划零件排序_制定组时间_同时传递_备料',
- param: '组件零件基本件流水号=' + num + '=int&投产类型流水号=' + a + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int'
+ param: '组件零件基本件流水号=' + num + '=int&投产类型流水号=' + a + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int&是否加急=' + UrgentItem + '=int'
}
})
}
// 合并备料投产
-export function production20(num1, num2, num, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w) {
+export function production20(num1, num2, num, b, d, e, f, g, h, i, j, k, l, m, n, o, p, q, x, s, t, u, v, w, UrgentItem) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '设备管理_可安排生产计划零件排序_制定组时间_同时传递_合并投产_备料',
- param: '零件图号=' + num1 + '&规格=' + num2 + '&机床流水号=' + num + '&投产类型流水号=' + 1 + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int'
+ param: '零件图号=' + num1 + '&规格=' + num2 + '&机床流水号=' + num + '&投产类型流水号=' + 1 + '=int&数据类型=' + b + '=int&投产批次=1=int&批次数量=' + d + '=string&计划开始时间=' + e + '=string&计划结束时间=' + f + '=string&工艺计划开始时间=' + g + '=string&工艺计划结束时间=' + h + '=string&定额计划开始时间=' + i + '=string&定额计划结束时间=' + j + '=string&计划编制计划开始时间=' + k + '=string&计划编制计划结束时间=' + l + '=string&机加工开始时间=' + m + '=string&机加工结束时间=' + n + '=string&单件外协时间=' + o + '=string&单件是否外协=' + p + '=int&单件是否外协分类=' + q + '=string&计划制定人员编号=' + x + '&材料流水号=' + s + '=int&是否临时件=' + t + '=int&是否难度件=' + u + '=string&是否着急=' + v + '=int&是否白图=' + w + '=int&是否加急=' + UrgentItem + '=int'
}
})
}
diff --git a/src/api/ManufacturingCenter/ProcessPlanningNew.js b/src/api/ManufacturingCenter/ProcessPlanningNew.js
index c4da0966..a3935913 100644
--- a/src/api/ManufacturingCenter/ProcessPlanningNew.js
+++ b/src/api/ManufacturingCenter/ProcessPlanningNew.js
@@ -322,6 +322,18 @@ export function insertOne(num0, num1) {
}
})
}
+// 主界面主表插入功能
+export function insertOne1(num0, num1) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '车间生产管理工艺_零件工序_修改数据_工艺计划流水号和工序流水号_更改',
+ param: '工艺计划流水号=' + num0 + '=int&工序流水号=' + num1 + '=int'
+ }
+ })
+}
// 主界面主表删除功能
export function deleteOne(num0, num1) {
return request({
@@ -371,14 +383,14 @@ export function saveMaterial(num0, num1) {
})
}
// 核准保存
-export function saveApprove(num0, num1, request0, spec, num2, outhelp, num3, num4, weight, area, num5, level) {
+export function saveApprove(num0, num1, request0, spec, num2, outhelp, num3, num4, weight, area, num5, level, num6) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_零件工序_增加数据_同时修改工艺计划',
- param: '工艺计划流水号=' + num0 + '&工艺编号=' + num1 + '&工艺要求=' + request0 + '&原材料规格=' + spec + '&工序顺序=' + num2 + '&工序间是否外协=' + outhelp + '&工序流水号=' + num3 + '&材料流水号=' + num4 + '&重量=' + weight + '&面积=' + area + '&工艺人员编号=' + num5 + '&工艺难度等级=' + level
+ param: '工艺计划流水号=' + num0 + '&工艺编号=' + num1 + '&工艺要求=' + request0 + '&原材料规格=' + spec + '&工序顺序=' + num2 + '&工序间是否外协=' + outhelp + '&工序流水号=' + num3 + '&材料流水号=' + num4 + '&重量=' + weight + '&面积=' + area + '&工艺人员编号=' + num5 + '&工艺难度等级=' + level + '&工艺是否更改=' + num6
}
})
}
@@ -492,14 +504,14 @@ export function TableAddLi1(a, b) {
})
}
// 已编制定额保存
-export function TableAddLi(a, b, c, num0, num1) {
+export function TableAddLi(a, b, c, num0, num1, num2) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_零件工序_增加数据_修改数据',
- param: '单件定额工时=' + a + '=string&准结定额工时=' + b + '=string&零件图号=' + c + '=string&工序流水号=' + num0 + '=int&工艺计划流水号=' + num1 + '=int'
+ param: '单件定额工时=' + a + '=string&准结定额工时=' + b + '=string&零件图号=' + c + '=string&工序流水号=' + num0 + '=int&工艺计划流水号=' + num1 + '=int&是否加序=' + num2 + '=int'
}
})
}
diff --git a/src/api/ManufacturingCenter/ProcessingStatusNew.js b/src/api/ManufacturingCenter/ProcessingStatusNew.js
index 3db420b9..3fa1db57 100644
--- a/src/api/ManufacturingCenter/ProcessingStatusNew.js
+++ b/src/api/ManufacturingCenter/ProcessingStatusNew.js
@@ -129,3 +129,26 @@ where s1.group_idx= 1`
}
})
}
+
+export function searchWorkTime(code) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: 1,
+ name: '车间生产管理工艺_零件工艺计划_完成零件数量状态更改查询',
+ param: '工序流水号=' + code + '=int'
+ }
+ })
+}
+export function submit2(num, num1, num2) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '车间生产管理工艺_零件工艺计划_完成零件数量状态更改',
+ param: `工序流水号=${num}&完成数量=${num1}&操作者=${num2}`
+ }
+ })
+}
diff --git a/src/api/Outsourcing/OutsourcingTaskExecution.js b/src/api/Outsourcing/OutsourcingTaskExecution.js
index d468a3ea..c267573e 100644
--- a/src/api/Outsourcing/OutsourcingTaskExecution.js
+++ b/src/api/Outsourcing/OutsourcingTaskExecution.js
@@ -47,6 +47,18 @@ export function getTable1(check, partNumber) {
}
})
}
+// 打回
+export function getBack(processPlan) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '车间生产管理工艺_外协零件_打回',
+ param: '工艺计划流水号=' + processPlan
+ }
+ })
+}
// 获取零件工序信息(零件号表中)
export function getprocedure(processPlan, single) {
return request({
diff --git a/src/api/TechnologyCenter/ImportParts.js b/src/api/TechnologyCenter/ImportParts.js
index 9a81df76..0603c068 100644
--- a/src/api/TechnologyCenter/ImportParts.js
+++ b/src/api/TechnologyCenter/ImportParts.js
@@ -23,6 +23,18 @@ export function isExit(projectNum, machineNum) {
}
})
}
+// 替换
+export function updateNum(num, id) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: 'PDM_零件明细表_外购件和标准件_数据导入保存_更改物料流水号',
+ param: `物料流水号=${num}&id=${id}`
+ }
+ })
+}
export function isExit1(projectNum, machineNum, groupNum) {
return request({
url: '',
diff --git a/src/api/TechnologyCenter/QueryParts.js b/src/api/TechnologyCenter/QueryParts.js
index 15e93201..9e0c3f24 100644
--- a/src/api/TechnologyCenter/QueryParts.js
+++ b/src/api/TechnologyCenter/QueryParts.js
@@ -91,3 +91,14 @@ export function getFileData(MachineDrawValue) {
}
})
}
+export function addUrgentItem(groupValue, partValue, partName, partMumber, basic, ID) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: 'PDM_零件明细表_加急件_增加',
+ param: `图号或者型号=${partValue}&零件名称=${partName}&零件数量=${partMumber}&零件备注=${basic}&组件流水号=${groupValue}&加件人流水号=${ID}`
+ }
+ })
+}
diff --git a/src/assets/img/StationLayout.jpg b/src/assets/img/StationLayout.jpg
new file mode 100644
index 00000000..ffac2acc
Binary files /dev/null and b/src/assets/img/StationLayout.jpg differ
diff --git a/src/assets/img/StationLayout.psd b/src/assets/img/StationLayout.psd
new file mode 100644
index 00000000..c5201241
Binary files /dev/null and b/src/assets/img/StationLayout.psd differ
diff --git a/src/utils/request.js b/src/utils/request.js
index 0db87c1c..aae52c5b 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -1,33 +1,34 @@
import axios from 'axios'
-export const wsuri = `ws://192.168.1.232:61101//WebMoudule//websocket`
+export const wsuri = `ws://123.56.95.229:61101//WebMoudule//websocket`
export const name = `OP8888`
export const name1 = `OP1000`
export const name3 = `OP2000`
export const name4 = `OP9999`
// 创建axios实例
-export const readFile = `http://192.168.1.231:8411/webpage/file/` // invoice
-export const readImg = `http://192.168.1.231:8411/webpage/img/` // delivery/MS/performancebond
-export const upload = `http://192.168.1.231:8411/submit/uploadFile.ashx` // ContractInformationManagement
-export const upload2 = `http://192.168.1.231:8411/submit/upload2.ashx` // delivery
-export const upload3 = `http://192.168.1.231:8411/submit/upload3.ashx` // performancebond
-export const uploadInvoiceScan = `http://192.168.1.231:8411/submit/uploadInvoiceScan.ashx` // invoice
-export const uploadInvoiceScan1 = `http://192.168.1.231:8411/submit/uploadInvoiceScan1.ashx` // invoice(workshop)
-export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` // ContractInformationManagement
-export const uploadPerson = `http://192.168.1.231:8411/submit/uploadPerson.ashx`
-export const uploadOP = `http://192.168.1.231:8411/submit/uploadOP.ashx`
-export const url = `http://192.168.1.188:8045/submit/MESCommonBase.ashx` // 采购件入库、离线件入库
-export const ExcelDownLoad = 'http://192.168.1.188:8045/submit/downloadFile.ashx' // 导出excel
-export const ExcelWaiGou = 'http://192.168.1.167:8045/submit/excel.ashx' // 导出excel
+
+export const readFile = `http://123.56.95.229:8010/webpage/file/` // invoice
+export const readImg = `http://123.56.95.229:8010/webpage/img/` // delivery/MS/performancebond
+export const upload = `http://123.56.95.229:8010/submit/uploadFile.ashx` // ContractInformationManagement
+export const upload2 = `http://123.56.95.229:8010/submit/upload2.ashx` // delivery
+export const upload3 = `http://123.56.95.229:8010/submit/upload3.ashx` // performancebond
+export const uploadInvoiceScan = `http://123.56.95.229:8010/submit/uploadInvoiceScan.ashx` // invoice
+export const uploadInvoiceScan1 = `http://123.56.95.229:8010/submit/uploadInvoiceScan1.ashx` // invoice(workshop)
+export const download = `http://123.56.95.229:8010/submit/downloadFile.ashx` // ContractInformationManagement
+export const uploadPerson = `http://123.56.95.229:8010/submit/uploadPerson.ashx`
+export const uploadOP = `http://123.56.95.229:8010/submit/uploadOP.ashx`
+export const url = `http://123.56.95.229:8010/submit/MESCommonBase.ashx` // 采购件入库、离线件入库
+export const ExcelDownLoad = 'http://123.56.95.229:8010/submit/downloadFile.ashx' // 导出excel
+export const ExcelWaiGou = 'http://123.56.95.229:8010/submit/excel.ashx' // 导出excel
// 技术中心程序发布时要更改下面所有的IP到0段
-export const ServerIP = `http://192.168.1.231:8411/webpage/file/`
-export const uploadFileMachine = `http://192.168.1.231:8411/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231
-export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231
-export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
-export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
+export const ServerIP = `http://123.56.95.229:8010/webpage/file/`
+export const uploadFileMachine = `http://123.56.95.229:8010/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231
+export const downloadFileMachine = `http://123.56.95.229:8010/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231
+export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ashx`
+export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx`
const service = axios.create({
- baseURL: `http://localhost:8045/submit/MESCommonBase.ashx`,
+ baseURL: `http://123.56.95.229:8010/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})
export default service
diff --git a/src/views/ManufacturingCenter/AddingOrder/index.vue b/src/views/ManufacturingCenter/AddingOrder/index.vue
index b3fd1859..d476923f 100644
--- a/src/views/ManufacturingCenter/AddingOrder/index.vue
+++ b/src/views/ManufacturingCenter/AddingOrder/index.vue
@@ -321,7 +321,7 @@ export default {
this.dialogFormVisible2 = true
},
deleteProcess() {
- this.$confirm('确定删除该合同?', '提示', {
+ this.$confirm('确定删除?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
diff --git a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue
index 1274075e..b4f2d6f7 100644
--- a/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue
+++ b/src/views/ManufacturingCenter/CompletionOfWorkshopComponents/index.vue
@@ -173,7 +173,7 @@ export default {
firstLevel.children = []
for (let j = 0; j < response.data.length; j++) {
firstLevel.children.push({
- label: (response.data[j].零件图号 ? response.data[j].零件图号 : '无零件图号') + '\xa0\xa0\xa0\xa0\xa0\xa0' + (response.data[j].规格 ? response.data[j].规格 : '') + '\xa0\xa0\xa0\xa0\xa0\xa0' + (response.data[j].投产总数量 ? response.data[j].投产总数量 : '') + '..........' + (response.data[j].零件名称 ? response.data[j].零件名称 : '无零件名称') + (response.data[j].零件类型 === 1 ? '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0' + response.data[j].考核状态名称 : (response.data[j].零件类型 === 2 ? '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0制造采购' : '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0外购')),
+ label: (response.data[j].零件图号 ? response.data[j].零件图号 : '无零件图号') + '\xa0\xa0\xa0\xa0\xa0\xa0' + (response.data[j].规格 ? response.data[j].规格 : '') + '\xa0\xa0\xa0\xa0\xa0\xa0' + (response.data[j].投产总数量 ? response.data[j].投产总数量 : '') + '..........' + (response.data[j].零件名称 ? response.data[j].零件名称 : '无零件名称') + (response.data[j].零件类型 === 1 ? '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0自制:' + response.data[j].考核状态名称 : (response.data[j].零件类型 === 2 ? '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0制造采购' : '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0外购:' + response.data[j].采购状态)),
value: response.data[j].工艺计划流水号,
考核状态: response.data[j].考核状态,
采购状态: response.data[j].采购状态,
diff --git a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
index 41c6b08d..2daef2e2 100644
--- a/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
+++ b/src/views/ManufacturingCenter/ContractDetailsInquiry/index.vue
@@ -31,6 +31,86 @@
计划总工时(小时):
+ 查询
+
+
+
+
+
+ {{ scope.row.跟单号 }}
+
+
+
+
+ {{ scope.row.序号 }}
+
+
+
+
+ {{ scope.row.工序名 }}
+
+
+
+
+ {{ scope.row.计划数量 }}
+
+
+
+
+ {{ scope.row.计划准备工时 }}
+
+
+
+
+ {{ scope.row.单件计划工时 }}
+
+
+
+
+ {{ scope.row.计划工时 }}
+
+
+
+
+ {{ scope.row.计划加工日期 }}
+
+
+
+
+ {{ scope.row.加工数量 }}
+
+
+
+
+ {{ scope.row.加工准备工时 }}
+
+
+
+
+ {{ scope.row.单件加工工时 }}
+
+
+
+
+ {{ scope.row.加工工时 }}
+
+
+
+
+ {{ scope.row.加工日期 }}
+
+
+
+
+ {{ scope.row.图号及规格 }}
+
+
+
+
+ {{ scope.row.制品名称 }}
+
+
+
@@ -48,7 +128,8 @@ export default {
partValue: '',
specificationValue: '', // 规格型号
totalProcessingHours: '', // 加工总工时
- totalPlannedHours: '' // 计划总工时
+ totalPlannedHours: '', // 计划总工时
+ tableData: [] // 详情表
}
},
created() {
diff --git a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue
index f4c3ea68..db98467d 100644
--- a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue
+++ b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue
@@ -20,6 +20,7 @@
导出
+ 导出
@@ -38,6 +39,7 @@
element-loading-text="拼命加载中"
@sort-change="sortChange"
@selection-change="handleSelectionChange">
+
-
- {{ scope.row.零件名称 }}
-
-
-
-
- {{ scope.row.零件图号 }}
-
-
-
-
- {{ scope.row.批次数量 }}
-
-
-
-
- {{ scope.row.材料 }}
-
-
-
-
- {{ scope.row.重量 }}
-
-
-
-
- {{ scope.row.工艺要求 }}
-
-
-
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.批次数量 }}
+
+
+
+
+ {{ scope.row.材料 }}
+
+
+
+
+ {{ scope.row.重量 }}
+
+
+
+
+ {{ scope.row.工艺要求 }}
+
+
+
{
- console.log(response)
- if (response.data.total === 0) {
- this.loading = false
- } else {
+ searchtable(this.partNamecheck, this.partName, !this.all, 0, this.pageCurrent, this.pageSize).then(response => {
+ console.log(response)
+ if (response.data.total === 0) {
+ this.loading = false
+ } else {
// this.tableData.push({
// 重量: response.data.rows[0].重量
// })
- this.Data = response.data.rows
- this.total = response.data.total
- }
- }).then(() => {
- for (let i = 0; i < this.Data.length; i++) {
- searchtable2(this.Data[i].工艺计划流水号).then(response => {
- this.tableData.push({
- 工艺计划流水号: this.Data[i].工艺计划流水号,
- 零件名称: this.Data[i].零件名称,
- 零件图号: this.Data[i].零件图号,
- 备料打印: this.Data[i].备料打印,
- 是否外购备料: this.Data[i].是否外购备料,
- 工艺要求: response.data[0].工艺要求,
- 材料: this.Data[i].材料,
- 重量: this.Data[i].重量,
- 批次数量: this.Data[i].批次数量
+ this.Data = response.data.rows
+ this.total = response.data.total
+ }
+ }).then(() => {
+ for (let i = 0; i < this.Data.length; i++) {
+ searchtable2(this.Data[i].工艺计划流水号).then(response => {
+ this.tableData.push({
+ 工艺计划流水号: this.Data[i].工艺计划流水号,
+ 零件名称: this.Data[i].零件名称,
+ 零件图号: this.Data[i].零件图号,
+ 备料打印: this.Data[i].备料打印,
+ 是否外购备料: this.Data[i].是否外购备料,
+ 工艺要求: response.data[0].工艺要求,
+ 材料: this.Data[i].材料,
+ 重量: this.Data[i].重量,
+ 批次数量: this.Data[i].批次数量
+ })
})
- })
- this.loading = false
- }
+ this.loading = false
+ }
+ })
})
},
handleSelectionChange(val) {
@@ -286,6 +292,7 @@ export default {
this.partNamecheck = false
}
getExport(this.partNamecheck, this.partName, !this.all, 0).then(res => {
+ console.log(res.data)
import('@/vendor/Export2Excel').then(excel => {
const tHeader = ['备料分配', '零件名称', '零件图号', '数量', '材料', '重量', '工艺要求']
const filterVal = ['分配状态', '零件名称', '零件图号', '批次数量', '材料', '重量', '工艺要求']
diff --git a/src/views/ManufacturingCenter/Enter0therData/index.vue b/src/views/ManufacturingCenter/Enter0therData/index.vue
index d810ddd5..3ba78ae4 100644
--- a/src/views/ManufacturingCenter/Enter0therData/index.vue
+++ b/src/views/ManufacturingCenter/Enter0therData/index.vue
@@ -2,16 +2,6 @@
-
-
-
+
数量
单件工时
-
-
-
-
-
-
保存
@@ -66,16 +41,11 @@
{{ scope.row.操作工姓名 }}
-
+
{{ scope.row.零件图号 }}
-
-
- {{ scope.row.名称 }}
-
-
{{ scope.row.工序 }}
@@ -91,16 +61,6 @@
{{ scope.row.单件工时 }}
-
-
- {{ scope.row.责任人姓名 }}
-
-
-
-
- {{ scope.row.确认人姓名 }}
-
-
{{ scope.row.录入人姓名 }}
@@ -116,7 +76,6 @@ import { mapGetters } from 'vuex'
export default {
data() {
return {
- time: '',
Person: '',
Persons: [],
partNumber: '',
@@ -124,10 +83,8 @@ export default {
procedureName: '',
number: '',
workTime: '',
- PersonLiable: '',
- ConfirmingPerson: '',
tableData: [],
- monthValue: ''
+ monthValue: new Date()
}
},
computed: {
@@ -141,11 +98,9 @@ export default {
},
created() {
this.searchPerson()
+ this.getNowFormatDate()
},
methods: {
- change() {
- console.log(this.time.slice(0, 7))
- },
searchPerson() {
searchPerson().then(response => {
for (let i = 0; i < response.data.length; i++) {
@@ -156,6 +111,14 @@ export default {
}
})
},
+ getNowFormatDate() {
+ var year = this.monthValue.getFullYear()
+ var month = this.monthValue.getMonth() + 1
+ if (month >= 1 && month <= 9) {
+ month = '0' + month
+ }
+ this.monthValue = year + '-' + month
+ },
fetchDate() {
if (this.monthValue) {
fetchDate(this.monthValue).then(response => {
@@ -166,11 +129,10 @@ export default {
}
},
saveDate() {
- if (this.time && this.Person && this.partNumber && this.partName && this.procedureName && this.number && this.workTime) {
- saveDate(this.time, this.Person, this.partNumber, this.partName, this.procedureName, this.PersonLiable, this.ConfirmingPerson, this.id, this.number, this.workTime).then(response => {
+ if (this.Person && this.partNumber && this.procedureName && this.number && this.workTime) {
+ saveDate(this.Person, this.partNumber, this.procedureName, this.id, this.number, this.workTime).then(response => {
if (response.data[0].result === '1') {
this.$message.success('增加成功')
- this.monthValue = this.time.slice(0, 7)
this.RemoveDate()
this.fetchDate()
} else {
@@ -182,11 +144,10 @@ export default {
}
},
editDate() {
- if (this.time && this.Person && this.partNumber && this.partName && this.procedureName && this.number && this.workTime) {
- editDate(this.ID, this.time, this.Person, this.partNumber, this.partName, this.procedureName, this.PersonLiable, this.ConfirmingPerson, this.id, this.number, this.workTime).then(response => {
+ if (this.Person && this.partNumber && this.procedureName && this.number && this.workTime) {
+ editDate(this.ID, this.Person, this.partNumber, this.procedureName, this.id, this.number, this.workTime).then(response => {
if (response.data[0].result === '1') {
this.$message.success('编辑成功')
- this.monthValue = this.time.slice(0, 7)
this.RemoveDate()
this.fetchDate()
} else {
@@ -218,26 +179,18 @@ export default {
})
},
RemoveDate() {
- this.time = ''
this.Person = ''
this.partNumber = ''
- this.partName = ''
this.number = 0
this.workTime = 0
this.procedureName = ''
- this.PersonLiable = ''
- this.ConfirmingPerson = ''
},
searchTable(row) {
- this.time = row.加工日期
this.Person = row.操作工流水号
this.partNumber = row.零件图号
- this.partName = row.名称
this.procedureName = row.工序
this.number = row.数量
this.workTime = row.单件工时
- this.PersonLiable = row.责任人流水号
- this.ConfirmingPerson = row.确认人流水号
this.ID = row.ID
}
}
diff --git a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
index 71a1f1b3..e9b3dccf 100644
--- a/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
+++ b/src/views/ManufacturingCenter/EquipmentMonitoring/index.vue
@@ -83,7 +83,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
+
+ {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
+
+
+ {{ OPNAME150 }}
+
+
+
+
+
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME102 }}
@@ -103,7 +113,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME103 }}
@@ -113,7 +123,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME104 }}
@@ -123,7 +133,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME105 }}
@@ -133,7 +143,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME145 }}
@@ -143,7 +153,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME106 }}
@@ -151,9 +161,19 @@
+
+ {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
+
+
+ {{ OPNAME1061 }}
+
+
+
+
+
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME107 }}
@@ -163,7 +183,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME108 }}
@@ -173,7 +193,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME109 }}
@@ -181,9 +201,19 @@
+
+ {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
+
+
+ {{ OPNAME1091 }}
+
+
+
+
+
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME110 }}
@@ -193,7 +223,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME111 }}
@@ -203,7 +233,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME112 }}
@@ -213,7 +243,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME113 }}
@@ -223,7 +253,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME114 }}
@@ -233,7 +263,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME101 }}
@@ -243,7 +273,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME149 }}
@@ -253,7 +283,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME115 }}
@@ -263,7 +293,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME116 }}
@@ -273,7 +303,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
{{ OPNAME117 }}
@@ -283,7 +313,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -293,7 +323,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -303,7 +333,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -313,7 +343,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -323,7 +353,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -333,7 +363,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -343,7 +373,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -353,7 +383,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -363,7 +393,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -373,7 +403,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -383,7 +413,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -393,7 +423,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -403,7 +433,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -413,7 +443,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -423,7 +453,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -433,7 +463,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
+
+ {{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
+
+
+
+
+ {{ OPNAME1331 }}
+
+
+
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -453,7 +493,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -463,7 +503,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -473,7 +513,7 @@
{{ tooltip1 }}
{{ tooltip2 }}
{{ tooltip3 }}
单击查看MES系统
-
+
@@ -493,7 +533,7 @@
-
+
{{ 机床总装 }}
@@ -501,7 +541,7 @@
-
+
{{ 部件装配 }}
@@ -536,9 +576,11 @@ export default {
OPNAME104: 'OP1040',
OPNAME105: 'OP1050',
OPNAME106: 'OP1060',
+ OPNAME1061: 'OP1061',
OPNAME107: 'OP1070',
OPNAME108: 'OP1080',
OPNAME109: 'OP1090',
+ OPNAME1091: 'OP1091',
OPNAME110: 'OP1100',
OPNAME111: 'OP1110',
OPNAME112: 'OP1120',
@@ -563,6 +605,7 @@ export default {
OPNAME131: 'OP1310',
OPNAME132: 'OP1320',
OPNAME133: 'OP1330',
+ OPNAME1331: 'OP1331',
OPNAME134: 'OP1340',
OPNAME135: 'OP1350',
OPNAME136: 'OP1360',
@@ -579,6 +622,7 @@ export default {
OPNAME147: 'OP1470',
OPNAME148: 'OP1480',
OPNAME149: 'OP1490',
+ OPNAME150: 'OP1500',
timer: null,
opname: ''
}
@@ -873,7 +917,7 @@ export default {
width: 1690px;
height: 830px;
/*border: 1px solid red;*/
- background: url('../../../assets/img/img26.jpg') repeat;
+ background: url('../../../assets/img/StationLayout.jpg') repeat;
background-repeat:no-repeat;
background-size:100% 100%;-moz-background-size:100% 100%;
overflow: hidden;
diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index 47bc4e15..359e85f7 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -183,6 +183,9 @@
备料投产
+
+ 是否加急
+
合并生产
@@ -351,6 +354,8 @@ export default {
data() {
return {
checked_hebing: true,
+ checked_UrgentItem: false,
+ UrgentItem: 0,
maxmax: '',
clearTable: 0,
readonly: true,
@@ -874,6 +879,7 @@ export default {
// 投产
production() {
this.result = 0
+ this.UrgentItem = 0
if (this.time_machiningFinish === '' || this.time_machiningFinish === null) {
this.$message.error('请输入加工结束时间')
} else {
@@ -886,6 +892,9 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error('请至少选择一个零件')
} else {
+ if (this.checked_UrgentItem === true) {
+ this.UrgentItem = 1
+ }
if (this.checked_hebing === true) {
this.listLoading3 = true
for (let i = 0; i < this.multipleSelection.length; i++) {
@@ -914,7 +923,7 @@ export default {
} else {
this.checked_baitu = 1
}
- production2(this.multipleSelection[i].零件图号, this.multipleSelection[i].规格, this.toolNumValue, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu).then(response => {
+ production2(this.multipleSelection[i].零件图号, this.multipleSelection[i].规格, this.toolNumValue, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu, this.UrgentItem).then(response => {
this.result += parseInt(response.data[0].result)
if (this.result === this.multipleSelection.length) {
this.$message.success('投产成功')
@@ -962,7 +971,7 @@ export default {
} else {
this.checked_baitu = 1
}
- production(this.multipleSelection[i].组件零件基本件流水号, this.multipleSelection[i].投产类型流水号, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu).then(response => {
+ production(this.multipleSelection[i].组件零件基本件流水号, this.multipleSelection[i].投产类型流水号, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu, this.UrgentItem).then(response => {
this.result += parseInt(response.data[0].result)
if (this.result === this.multipleSelection.length) {
this.$message.success('投产成功')
@@ -990,6 +999,7 @@ export default {
// 备料投产
production10() {
this.result = 0
+ this.UrgentItem = 0
if (this.time_machiningFinish === '' || this.time_machiningFinish === null) {
this.$message.error('请输入加工结束时间')
} else {
@@ -1002,6 +1012,9 @@ export default {
if (this.multipleSelection.length === 0) {
this.$message.error('请至少选择一个零件')
} else {
+ if (this.checked_UrgentItem === true) {
+ this.UrgentItem = 1
+ }
if (this.checked_hebing === true) {
this.listLoading3 = true
for (let i = 0; i < this.multipleSelection.length; i++) {
@@ -1030,7 +1043,7 @@ export default {
} else {
this.checked_baitu = 1
}
- production20(this.multipleSelection[i].零件图号, this.multipleSelection[i].规格, this.toolNumValue, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu).then(response => {
+ production20(this.multipleSelection[i].零件图号, this.multipleSelection[i].规格, this.toolNumValue, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu, this.UrgentItem).then(response => {
this.result += parseInt(response.data[0].result)
if (this.result === this.multipleSelection.length) {
this.$message.success('投产成功')
@@ -1078,7 +1091,7 @@ export default {
} else {
this.checked_baitu = 1
}
- production10(this.multipleSelection[i].组件零件基本件流水号, this.multipleSelection[i].投产类型流水号, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu).then(response => {
+ production10(this.multipleSelection[i].组件零件基本件流水号, this.multipleSelection[i].投产类型流水号, this.multipleSelection[i].数据类型, this.multipleSelection[i].投产总数量, this.time_planStart, this.time_planFinish, this.time_gongyiStart, this.time_gongyiFinish, this.time_dingeStart, this.time_dingeFinish, this.time_planpinghengStart, this.time_planpinghengFinish, this.time_machiningStart, this.time_machiningFinish, this.time_planStart, this.multipleSelection[i].checked_waixie, this.multipleSelection[i].checked_dailiao, this.id, this.multipleSelection[i].材料流水号, this.radio, this.checked_gaonandu, this.multipleSelection[i].checked_zhaoji, this.checked_baitu, this.UrgentItem).then(response => {
this.result += parseInt(response.data[0].result)
if (this.result === this.multipleSelection.length) {
this.$message.success('投产成功')
diff --git a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
index 84431c84..f42b1569 100644
--- a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
+++ b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue
@@ -47,7 +47,7 @@
{{ scope.row.修补准结工时 }}
-
+
{{ scope.row.设备工时 }}
@@ -67,7 +67,7 @@
{{ scope.row.备注 }}
-
+
{{ scope.row.操作时间.substr(0,10) }}
@@ -132,8 +132,8 @@ export default {
return
}
import('@/vendor/Export2Excel').then(excel => {
- const tHeader = ['姓名', '图号', '跟单号', '序号', '工序名称', '录入准结工时', '实际工时', '合格数', '不合格数', '备注', '日期', '计划准结工时', '计划定额工时', '项目名称', '机床图号', '组号', '设计', '材料']
- const filterVal = ['姓名', '零件图号_短', '跟单号', '工序顺序', '工艺名称', '修补准结工时', '设备工时', '合格数', '不合格数', '备注', '操作时间', '准结定额工时', '单件定额工时', '项目名称', '机床图号', '组号', '设计者', '材料']
+ const tHeader = ['日期', '姓名', '图号', '跟单号', '序号', '工序名称', '录入准结工时', '实际工时', '合格数', '不合格数', '备注', '计划准结工时', '计划定额工时', '项目名称', '机床图号', '组号', '设计', '材料']
+ const filterVal = ['操作时间', '姓名', '零件图号_短', '跟单号', '工序顺序', '工艺名称', '修补准结工时', '设备工时', '合格数', '不合格数', '备注', '准结定额工时', '单件定额工时', '项目名称', '机床图号', '组号', '设计者', '材料']
const list = this.tableData
const data = this.formatJson(filterVal, list)
excel.export_json_to_excel({
diff --git a/src/views/ManufacturingCenter/PartAssignment/index.vue b/src/views/ManufacturingCenter/PartAssignment/index.vue
index d8687e34..8e79bcae 100644
--- a/src/views/ManufacturingCenter/PartAssignment/index.vue
+++ b/src/views/ManufacturingCenter/PartAssignment/index.vue
@@ -95,6 +95,16 @@
{{ scope.row.机床数量 }}
+
+
+ {{ scope.row.总数量 }}
+
+
+
+
+
+
+
{{ scope.row.零件备注 }}
@@ -140,6 +150,16 @@
{{ scope.row.机床数量 }}
+
+
+ {{ scope.row.总数量 }}
+
+
+
+
+
+
+
{{ scope.row.备注 }}
@@ -180,6 +200,16 @@
{{ scope.row.机床数量 }}
+
+
+ {{ scope.row.总数量 }}
+
+
+
+
+
+
+
{{ scope.row.备注 }}
@@ -601,6 +631,7 @@ export default {
MaterialSpecification: [],
MaterialModel: [],
NumberOfParts: [],
+ multipleSelection: [],
ReMarks: [],
projectName: '',
MachineToolNumber: '',
@@ -1113,67 +1144,29 @@ export default {
})
},
handleSelectionChange(val) {
- if (this.PartType === '基本件') {
- this.MaterialNum = []
- this.BasicPartsNumber = []
- this.MaterialName = []
- this.PartToolNumber = []
- this.Material = []
- this.NumberOfParts = []
- for (let i = 0; i < val.length; i++) {
- this.MaterialNum[i] = val[i].物料流水号
- this.BasicPartsNumber[i] = val[i].基本件流水号
- this.MaterialName[i] = val[i].零件名称
- this.PartToolNumber[i] = val[i].零件图号
- this.Material[i] = val[i].材料
- this.NumberOfParts[i] = val[i].零件数量
- this.ReMarks[i] = val[i].零件备注
- }
- console.log(this.NumberOfParts, 1111)
- } else if (this.PartType === '外购件') {
- this.MaterialNum = []
- this.MaterialCode = []
- this.StandardPartsAndOutsourcing = []
- this.MaterialName = []
- this.MaterialSpecification = []
- this.MaterialModel = []
- this.NumberOfParts = []
- for (let i = 0; i < val.length; i++) {
- this.StandardPartsAndOutsourcing[i] = val[i].标准件和外购件流水号
- this.MaterialNum[i] = val[i].物料流水号
- this.MaterialCode[i] = val[i].物料代码
- this.MaterialName[i] = val[i].物料名称
- this.MaterialSpecification[i] = val[i].物料规格
- this.MaterialModel[i] = val[i].物料型号
- this.NumberOfParts[i] = val[i].零件数量
- this.ReMarks[i] = val[i].备注
- }
- } else if (this.PartType === '标准件') {
- this.MaterialNum = []
- this.MaterialCode = []
- this.StandardPartsAndOutsourcing = []
- this.MaterialName = []
- this.MaterialSpecification = []
- this.MaterialModel = []
- this.NumberOfParts = []
- for (let i = 0; i < val.length; i++) {
- this.StandardPartsAndOutsourcing[i] = val[i].标准件和外购件流水号
- this.MaterialNum[i] = val[i].物料流水号
- this.MaterialCode[i] = val[i].物料代码
- this.MaterialName[i] = val[i].物料名称
- this.MaterialSpecification[i] = val[i].物料规格
- this.MaterialModel[i] = val[i].物料型号
- this.NumberOfParts[i] = val[i].零件数量
- this.ReMarks[i] = val[i].备注
- }
- }
+ this.multipleSelection = val
},
purchaseRequisition() {
if (this.RequisitionList !== '') {
if (this.time !== '' && this.time !== null) {
- if (this.BasicPartsNumber.length !== 0 || this.StandardPartsAndOutsourcing.length !== 0) {
+ if (this.multipleSelection.length !== 0) {
this.result = 0
if (this.PartType === '基本件') {
+ this.MaterialNum = []
+ this.BasicPartsNumber = []
+ this.MaterialName = []
+ this.PartToolNumber = []
+ this.Material = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.BasicPartsNumber[i] = this.multipleSelection[i].基本件流水号
+ this.MaterialName[i] = this.multipleSelection[i].零件名称
+ this.PartToolNumber[i] = this.multipleSelection[i].零件图号
+ this.Material[i] = this.multipleSelection[i].材料
+ this.NumberOfParts[i] = this.multipleSelection[i].投产总数量
+ this.ReMarks[i] = this.multipleSelection[i].零件备注
+ }
for (let i = 0; i < this.BasicPartsNumber.length; i++) {
purchaseRequisition(this.RequisitionList, this.projectName, this.projectFloatValue, this.MachineToolNumber, this.machineFloatValue, this.groupName, this.groupFloatValue, this.BasicPartsNumber[i], this.MaterialName[i], this.PartToolNumber[i], this.Material[i], this.NumberOfParts[i], 3, this.time, this.MaterialNum[i], this.ReMarks[i]).then(response => {
this.result += parseInt(response.data[0].result)
@@ -1204,6 +1197,23 @@ export default {
})
}
} else if (this.PartType === '外购件') {
+ this.MaterialNum = []
+ this.MaterialCode = []
+ this.StandardPartsAndOutsourcing = []
+ this.MaterialName = []
+ this.MaterialSpecification = []
+ this.MaterialModel = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.StandardPartsAndOutsourcing[i] = this.multipleSelection[i].标准件和外购件流水号
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.MaterialCode[i] = this.multipleSelection[i].物料代码
+ this.MaterialName[i] = this.multipleSelection[i].物料名称
+ this.MaterialSpecification[i] = this.multipleSelection[i].物料规格
+ this.MaterialModel[i] = this.multipleSelection[i].物料型号
+ this.NumberOfParts[i] = this.multipleSelection[i].采购总数量
+ this.ReMarks[i] = this.multipleSelection[i].备注
+ }
for (let i = 0; i < this.StandardPartsAndOutsourcing.length; i++) {
purchaseRequisition1(this.RequisitionList, this.projectName, this.projectFloatValue, this.MachineToolNumber, this.machineFloatValue, this.groupName, this.groupFloatValue, this.StandardPartsAndOutsourcing[i], this.MaterialName[i], this.MaterialCode[i], this.MaterialSpecification[i], this.MaterialModel[i], this.NumberOfParts[i], 2, this.time, this.MaterialNum[i], this.ReMarks[i]).then(response => {
this.result += parseInt(response.data[0].result)
@@ -1234,6 +1244,23 @@ export default {
})
}
} else if (this.PartType === '标准件') {
+ this.MaterialNum = []
+ this.MaterialCode = []
+ this.StandardPartsAndOutsourcing = []
+ this.MaterialName = []
+ this.MaterialSpecification = []
+ this.MaterialModel = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.StandardPartsAndOutsourcing[i] = this.multipleSelection[i].标准件和外购件流水号
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.MaterialCode[i] = this.multipleSelection[i].物料代码
+ this.MaterialName[i] = this.multipleSelection[i].物料名称
+ this.MaterialSpecification[i] = this.multipleSelection[i].物料规格
+ this.MaterialModel[i] = this.multipleSelection[i].物料型号
+ this.NumberOfParts[i] = this.multipleSelection[i].采购总数量
+ this.ReMarks[i] = this.multipleSelection[i].备注
+ }
for (let i = 0; i < this.StandardPartsAndOutsourcing.length; i++) {
purchaseRequisition1(this.RequisitionList, this.projectName, this.projectFloatValue, this.MachineToolNumber, this.machineFloatValue, this.groupName, this.groupFloatValue, this.StandardPartsAndOutsourcing[i], this.MaterialName[i], this.MaterialCode[i], this.MaterialSpecification[i], this.MaterialModel[i], this.NumberOfParts[i], 1, this.time, this.MaterialNum[i], this.ReMarks[i]).then(response => {
this.result += parseInt(response.data[0].result)
@@ -1276,8 +1303,23 @@ export default {
},
PurchasingDepartment() {
if (this.time !== '' && this.time !== null) {
- if (this.BasicPartsNumber.length !== 0 || this.StandardPartsAndOutsourcing.length !== 0) {
+ if (this.multipleSelection.length !== 0) {
if (this.PartType === '基本件') {
+ this.MaterialNum = []
+ this.BasicPartsNumber = []
+ this.MaterialName = []
+ this.PartToolNumber = []
+ this.Material = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.BasicPartsNumber[i] = this.multipleSelection[i].基本件流水号
+ this.MaterialName[i] = this.multipleSelection[i].零件名称
+ this.PartToolNumber[i] = this.multipleSelection[i].零件图号
+ this.Material[i] = this.multipleSelection[i].材料
+ this.NumberOfParts[i] = this.multipleSelection[i].投产总数量
+ this.ReMarks[i] = this.multipleSelection[i].零件备注
+ }
purchaseRequisition2(this.projectFloatValue, this.machineFloatValue, this.groupFloatValue, this.BasicPartsNumber, this.NumberOfParts, this.time).then(response => {
if (response.data[0].result !== '0') {
console.log(response.data[0].result)
@@ -1290,6 +1332,23 @@ export default {
}
})
} else {
+ this.MaterialNum = []
+ this.MaterialCode = []
+ this.StandardPartsAndOutsourcing = []
+ this.MaterialName = []
+ this.MaterialSpecification = []
+ this.MaterialModel = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.StandardPartsAndOutsourcing[i] = this.multipleSelection[i].标准件和外购件流水号
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.MaterialCode[i] = this.multipleSelection[i].物料代码
+ this.MaterialName[i] = this.multipleSelection[i].物料名称
+ this.MaterialSpecification[i] = this.multipleSelection[i].物料规格
+ this.MaterialModel[i] = this.multipleSelection[i].物料型号
+ this.NumberOfParts[i] = this.multipleSelection[i].采购总数量
+ this.ReMarks[i] = this.multipleSelection[i].备注
+ }
PurchasingDepartment(this.groupFloatValue, this.StandardPartsAndOutsourcing, this.time, this.MaterialNum, this.NumberOfParts, this.projectFloatValue, this.machineFloatValue).then(response => {
if (response.data[0].result !== '0') {
this.$message.success('请购成功')
@@ -1315,7 +1374,22 @@ export default {
}
},
Production() {
- if (this.PartType === '基本件' && this.BasicPartsNumber.length !== 0) {
+ if (this.PartType === '基本件' && this.multipleSelection.length !== 0) {
+ this.MaterialNum = []
+ this.BasicPartsNumber = []
+ this.MaterialName = []
+ this.PartToolNumber = []
+ this.Material = []
+ this.NumberOfParts = []
+ for (let i = 0; i < this.multipleSelection.length; i++) {
+ this.MaterialNum[i] = this.multipleSelection[i].物料流水号
+ this.BasicPartsNumber[i] = this.multipleSelection[i].基本件流水号
+ this.MaterialName[i] = this.multipleSelection[i].零件名称
+ this.PartToolNumber[i] = this.multipleSelection[i].零件图号
+ this.Material[i] = this.multipleSelection[i].材料
+ this.NumberOfParts[i] = this.multipleSelection[i].投产总数量
+ this.ReMarks[i] = this.multipleSelection[i].零件备注
+ }
Production(this.groupFloatValue, this.BasicPartsNumber, this.NumberOfParts, this.projectFloatValue, this.machineFloatValue).then(response => {
if (response.data[0].result !== '0') {
this.$message.success('投产成功')
diff --git a/src/views/ManufacturingCenter/ProcessPlanningNew/index.vue b/src/views/ManufacturingCenter/ProcessPlanningNew/index.vue
index c37d106b..fdc5d7b2 100644
--- a/src/views/ManufacturingCenter/ProcessPlanningNew/index.vue
+++ b/src/views/ManufacturingCenter/ProcessPlanningNew/index.vue
@@ -532,6 +532,7 @@ import {
getPartnames3,
getPartnames4,
modifyRemark,
+ insertOne1,
detailInfo
} from '@/api/ManufacturingCenter/ProcessPlanningNew'
import elInput from 'element-ui/packages/input'
@@ -697,6 +698,7 @@ export default {
result: 0,
oldNum: '',
newNum: '',
+ 工艺是否更改: '',
// tableRecord: [],
materialName2: '',
material2: ''
@@ -1130,7 +1132,8 @@ export default {
label: response.data[i].零件图号,
value: response.data[i].工艺计划流水号,
machine: response.data[i].机床图号,
- group: response.data[i].组号
+ group: response.data[i].组号,
+ update: response.data[i].工艺是否更改
})
}
})
@@ -1203,6 +1206,7 @@ export default {
this.material = response.data[0].材料流水号
this.materialName = response.data[0].材料
this.spec = response.data[0].原材料规格
+ this.工艺是否更改 = response.data[0].工艺是否更改
if (response.data[0].重量 === null) {
this.weight = ''
} else {
@@ -1509,13 +1513,13 @@ export default {
let 零件图号
let flag = 0
for (let i = 0; i < this.tableData.length; i++) {
- saveApprove(this.tableData[i].工艺计划流水号, this.tableData[i].工艺编号, this.tableData[i].工艺要求, this.spec, this.tableData[i].工序顺序, this.tableData[i].工序间是否外协, this.tableData[i].工序流水号, this.material, '', '', this.CraftmenValue, this.tableData[i].工艺难度等级).then(() => {
+ saveApprove(this.tableData[i].工艺计划流水号, this.tableData[i].工艺编号, this.tableData[i].工艺要求, this.spec, this.tableData[i].工序顺序, this.tableData[i].工序间是否外协, this.tableData[i].工序流水号, this.material, '', '', this.CraftmenValue, this.tableData[i].工艺难度等级, this.工艺是否更改).then(() => {
for (let j = 0; j < this.partNum.length; j++) {
if (this.partNum[j].value === this.partNumValue) {
零件图号 = this.partNum[j].label
}
}
- TableAddLi(this.tableData[i].单件定额工时, this.tableData[i].准结定额工时, 零件图号, this.tableData[i].工序流水号, this.tableData[i].工艺计划流水号).then(() => {
+ TableAddLi(this.tableData[i].单件定额工时, this.tableData[i].准结定额工时, 零件图号, this.tableData[i].工序流水号, this.tableData[i].工艺计划流水号, this.tableData[i].是否加序).then(() => {
flag++
if (flag === this.tableData.length) {
TableAddLi1(this.partNumValue, this.CraftmenValue).then(() => {
@@ -1544,9 +1548,15 @@ export default {
if (this.partNumValue === '') {
this.$message.error('请先选择一个零件')
} else {
- insertOne(this.partNumValue, row.工序流水号).then(response => {
- this.searchDetail()
- })
+ if (this.工艺是否更改 === 1) {
+ insertOne1(this.partNumValue, row.工序流水号).then(response => {
+ this.searchDetail()
+ })
+ } else {
+ insertOne(this.partNumValue, row.工序流水号).then(response => {
+ this.searchDetail()
+ })
+ }
}
},
deleteOne(row) { // 删除行
diff --git a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue
index f4f92039..3ff0d547 100644
--- a/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue
+++ b/src/views/ManufacturingCenter/ProcessTaskAssignment/index.vue
@@ -30,6 +30,7 @@
+
diff --git a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
index 0e26c366..e459cc65 100644
--- a/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
+++ b/src/views/ManufacturingCenter/ProcessingStatusNew/index.vue
@@ -1,7 +1,8 @@
- 补录完成日期
+
+ 修改完成数量
+ @row-click="getRow">
{{ scope.row.工艺名称 }}
+
+
+
+
+
{{ scope.row.序间质检 }}
@@ -57,11 +63,6 @@
{{ scope.row.操作者 }}
-
-
-
-
-
{{ scope.row.完成日期 }}
@@ -80,17 +81,12 @@
highlight-current-row
border
height="630"
- @current-change="getCurrentRow">
+ @row-click="getCurrentRow">
-
-
-
-
-
{{ scope.row.零件图号 }}
@@ -121,7 +117,7 @@
{{ scope.row.计划结束时间 }}
-
+
{{ scope.row.客户名称 }}
@@ -207,11 +203,39 @@
取消
确认
+
+
+
+
+
+
+
+ {{ item.label }}
+ {{ item.value2 }}
+
+
+
+
+
+
+
+
+
+
+
+