Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-ui
Commits
7448e13f
Commit
7448e13f
authored
Nov 14, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产版本
parent
98028a52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
th_TH.json
src/i18n/lang/th_TH.json
+1
-0
zh_CN.json
src/i18n/lang/zh_CN.json
+1
-0
ProogingProcess.vue
...mes/pro/productionSolution/components/ProogingProcess.vue
+2
-1
No files found.
src/i18n/lang/th_TH.json
View file @
7448e13f
...
...
@@ -2979,6 +2979,7 @@
"是否委外"
:
"ไม่ว่าจะเป็นนอกสภา"
,
"订单项次"
:
"รายการสั่งซื้อ"
,
"订单号"
:
"หมายเลขการสั่งซื้อ"
,
"生产版本号"
:
"หมายเลขเวอร์ชันการผลิต"
,
"生产版本号必填且应为数字"
:
"หมายเลขรุ่นการผลิต จำเป็นและควรเป็นตัวเลข"
,
"请输入整数"
:
"กรุณาใส่จำนวนเต็ม"
,
"输入的不是整数"
:
"ไม่ใช่จำนวนเต็มที่ป้อน"
,
...
...
src/i18n/lang/zh_CN.json
View file @
7448e13f
...
...
@@ -2979,6 +2979,7 @@
"是否委外"
:
"是否委外"
,
"订单项次"
:
"订单项次"
,
"订单号"
:
"订单号"
,
"生产版本号"
:
"生产版本号"
,
"生产版本号必填且应为数字"
:
"生产版本号必填且应为数字"
,
"请输入整数"
:
"请输入整数"
,
"输入的不是整数"
:
"输入的不是整数"
,
...
...
src/views/mes/pro/productionSolution/components/ProogingProcess.vue
View file @
7448e13f
...
...
@@ -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
)))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment