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
840fd13b
Commit
840fd13b
authored
Oct 12, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题清单
parent
ca0412b6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
zh_CN.json
src/i18n/lang/zh_CN.json
+2
-1
index.vue
src/views/mes/pro/feedback/index.vue
+7
-7
index.vue
src/views/mes/pro/outSourceSchedule/index.vue
+2
-0
No files found.
src/i18n/lang/zh_CN.json
View file @
840fd13b
...
@@ -2958,5 +2958,6 @@
...
@@ -2958,5 +2958,6 @@
"库位设置"
:
"库位设置"
,
"库位设置"
:
"库位设置"
,
"分配角色"
:
"分配角色"
,
"分配角色"
:
"分配角色"
,
"菜单字段"
:
"menuName"
,
"菜单字段"
:
"menuName"
,
"工时单位必选"
:
"工时单位必选"
"工时单位必选"
:
"工时单位必选"
,
"委外加工商必选"
:
"委外加工商必选"
}
}
src/views/mes/pro/feedback/index.vue
View file @
840fd13b
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<el-input
v-model=
"queryParams.workorderCode"
clearable
<el-input
v-model=
"queryParams.workorderCode"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('产品物料编码')"
prop=
"
sapI
temCode"
>
<el-form-item
:label=
"$t('产品物料编码')"
prop=
"
i
temCode"
>
<el-input
v-model=
"queryParams.
sapI
temCode"
clearable
<el-input
v-model=
"queryParams.
i
temCode"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('产品物料名称')"
prop=
"itemName"
>
<el-form-item
:label=
"$t('产品物料名称')"
prop=
"itemName"
>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<el-table-column
:label=
"$t('common.workunit')"
width=
"120"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
:label=
"$t('common.workunit')"
width=
"120"
align=
"center"
prop=
"workunitName"
/>
<el-table-column
:label=
"$t('外协单号')"
width=
"150"
align=
"center"
prop=
"assistProcessCode"
/>
<el-table-column
:label=
"$t('外协单号')"
width=
"150"
align=
"center"
prop=
"assistProcessCode"
/>
<el-table-column
:label=
"$t('生产工单编号')"
width=
"150"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
:label=
"$t('生产工单编号')"
width=
"150"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
:label=
"$t('产品物料编码')"
width=
"120"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
:label=
"$t('产品物料编码')"
width=
"120"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
:label=
"$t('产品物料名称')"
min-width=
"250"
show-overflow-tooltip
align=
"center"
prop=
"itemName"
/>
<el-table-column
:label=
"$t('产品物料名称')"
min-width=
"250"
show-overflow-tooltip
align=
"center"
prop=
"itemName"
/>
<el-table-column
:label=
"$t('规格型号')"
width=
"100"
align=
"center"
prop=
"specification"
/>
<el-table-column
:label=
"$t('规格型号')"
width=
"100"
align=
"center"
prop=
"specification"
/>
<el-table-column
:label=
"$t('报工数量')"
align=
"center"
prop=
"feedbackTime"
width=
"180"
>
<el-table-column
:label=
"$t('报工数量')"
align=
"center"
prop=
"feedbackTime"
width=
"180"
>
...
@@ -153,8 +153,8 @@
...
@@ -153,8 +153,8 @@
<
/el-row
>
<
/el-row
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
<
el
-
form
-
item
:
label
=
"$t('产品编码')"
prop
=
"
sapI
temCode"
>
<
el
-
form
-
item
:
label
=
"$t('产品编码')"
prop
=
"
i
temCode"
>
<
el
-
input
v
-
model
=
"form.
sapI
temCode"
disabled
/>
<
el
-
input
v
-
model
=
"form.
i
temCode"
disabled
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"8"
>
...
@@ -290,7 +290,7 @@ export default {
...
@@ -290,7 +290,7 @@ export default {
taskCode
:
null
,
taskCode
:
null
,
itemId
:
null
,
itemId
:
null
,
itemCode
:
null
,
itemCode
:
null
,
sapI
temCode
:
null
,
i
temCode
:
null
,
itemName
:
null
,
itemName
:
null
,
unitOfMeasure
:
null
,
unitOfMeasure
:
null
,
specification
:
null
,
specification
:
null
,
...
@@ -385,7 +385,7 @@ export default {
...
@@ -385,7 +385,7 @@ export default {
taskCode
:
null
,
taskCode
:
null
,
itemId
:
null
,
itemId
:
null
,
itemCode
:
null
,
itemCode
:
null
,
sapI
temCode
:
null
,
i
temCode
:
null
,
itemName
:
null
,
itemName
:
null
,
specification
:
null
,
specification
:
null
,
assistProcessCode
:
null
,
assistProcessCode
:
null
,
...
...
src/views/mes/pro/outSourceSchedule/index.vue
View file @
840fd13b
...
@@ -444,6 +444,8 @@ export default {
...
@@ -444,6 +444,8 @@ export default {
this
.
getList
();
this
.
getList
();
},
},
handleOutsource
(){
handleOutsource
(){
const
arr
=
this
.
selections
.
filter
(
v
=>
!
v
.
vendorId
)
if
(
arr
&&
arr
.
length
>
0
)
return
this
.
$modal
.
msgWarning
(
this
.
$t
(
'委外加工商必选'
))
this
.
$modal
this
.
$modal
.
confirm
(
this
.
$t
(
'是否确认委外?'
))
.
confirm
(
this
.
$t
(
'是否确认委外?'
))
.
then
(
()
=>
{
.
then
(
()
=>
{
...
...
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