Commit 7448e13f authored by 沈翠玲's avatar 沈翠玲

生产版本

parent 98028a52
......@@ -2979,6 +2979,7 @@
"是否委外": "ไม่ว่าจะเป็นนอกสภา",
"订单项次": "รายการสั่งซื้อ",
"订单号": "หมายเลขการสั่งซื้อ",
"生产版本号": "หมายเลขเวอร์ชันการผลิต",
"生产版本号必填且应为数字": "หมายเลขรุ่นการผลิต จำเป็นและควรเป็นตัวเลข",
"请输入整数": "กรุณาใส่จำนวนเต็ม",
"输入的不是整数": "ไม่ใช่จำนวนเต็มที่ป้อน",
......
......@@ -2979,6 +2979,7 @@
"是否委外": "是否委外",
"订单项次": "订单项次",
"订单号": "订单号",
"生产版本号": "生产版本号",
"生产版本号必填且应为数字": "生产版本号必填且应为数字",
"请输入整数": "请输入整数",
"输入的不是整数": "输入的不是整数",
......
......@@ -71,7 +71,7 @@
<template slot-scope="scope">
<el-input
v-model="scope.row.remark"
:disabled="mode == 'info'"
disabled
clearable
/>
</template>
......@@ -825,6 +825,7 @@ export default {
const item = this.processOptions.find(v => v.processId === e)
row['processCode'] = item.processCode
row['processName'] = item.processName
row['remark'] = item.remark
if (e && this.tableData[this.tableData.length - 1]['processId']) {
this.tableData.push(JSON.parse(JSON.stringify(this.breakData)))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment