Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
16b0bf6b
Commit
16b0bf6b
authored
May 29, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
把所有的物料编码换成sap物料编码
parent
718aa832
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
10 deletions
+13
-10
index.vue
src/views/mes/tm/maintenance/index.vue
+1
-1
index.vue
src/views/mes/tm/tool/index.vue
+6
-4
index.vue
src/views/mes/tm/toolmachinesrecord/index.vue
+1
-1
index.vue
src/views/mes/tm/toolrequestlist/index.vue
+1
-1
itemIndex.vue
src/views/mes/tm/warehouse/itemIndex.vue
+2
-1
index.vue
src/views/mes/wm/productrecpt/index.vue
+1
-1
line.vue
src/views/mes/wm/productrecpt/line.vue
+1
-1
No files found.
src/views/mes/tm/maintenance/index.vue
View file @
16b0bf6b
...
...
@@ -430,7 +430,7 @@ export default {
this
.
form
.
toolId
=
row
.
toolId
;
this
.
form
.
toolName
=
row
.
toolName
;
this
.
form
.
toolCode
=
row
.
toolCode
;
this
.
form
.
itemCode
=
row
.
i
temCode
;
this
.
form
.
itemCode
=
row
.
sapI
temCode
;
this
.
form
.
location
=
row
.
location
;
}
},
...
...
src/views/mes/tm/tool/index.vue
View file @
16b0bf6b
...
...
@@ -18,7 +18,7 @@
/>
</el-form-item>
<el-form-item
label=
"刀模版具类型"
prop=
"toolTypeId"
>
<el-select
v-model=
"
form
.toolTypeId"
placeholder=
"请选择类型"
>
<el-select
v-model=
"
queryParams
.toolTypeId"
placeholder=
"请选择类型"
>
<el-option
v-for=
"dict in toolTypeOptions"
:key=
"dict.toolTypeId"
...
...
@@ -118,7 +118,7 @@
<el-table
v-loading=
"loading"
:data=
"toolList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"物料编码"
width=
"120"
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"物料编码"
width=
"120"
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
label=
"名称"
min-width=
"180"
align=
"center"
prop=
"toolName"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<el-button
...
...
@@ -210,8 +210,8 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"物料编码"
prop
=
"
i
temCode"
>
<
el
-
input
v
-
model
=
"form.
i
temCode"
placeholder
=
"请选择物料编码"
>
<
el
-
form
-
item
label
=
"物料编码"
prop
=
"
sapI
temCode"
>
<
el
-
input
v
-
model
=
"form.
sapI
temCode"
placeholder
=
"请选择物料编码"
>
<
el
-
button
slot
=
"append"
icon
=
"el-icon-search"
...
...
@@ -394,6 +394,7 @@ export default {
toolName
:
null
,
itemId
:
null
,
itemCode
:
null
,
sapItemCode
:
null
,
lifeTime
:
null
,
location
:
null
,
brand
:
null
,
...
...
@@ -460,6 +461,7 @@ export default {
toolName
:
null
,
itemId
:
null
,
itemCode
:
null
,
sapItemCode
:
null
,
lifeTime
:
null
,
location
:
null
,
brand
:
null
,
...
...
src/views/mes/tm/toolmachinesrecord/index.vue
View file @
16b0bf6b
...
...
@@ -124,7 +124,7 @@
<el-table-column
label=
"上机时间"
width=
"170"
align=
"center"
prop=
"upDate"
/>
<el-table-column
label=
"下机时间"
width=
"170"
align=
"center"
prop=
"downDate"
/>
<el-table-column
label=
"物料名称"
width=
"150"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"物料编码"
width=
"150"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"物料编码"
width=
"150"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
label=
"台账编码"
width=
"180"
align=
"center"
prop=
"toolCode"
/>
<el-table-column
label=
"台账名称"
width=
"180"
align=
"center"
prop=
"toolName"
/>
<el-table-column
label=
"领用单编码"
min-width=
"150"
align=
"center"
prop=
"toolRequestUseCode"
/>
...
...
src/views/mes/tm/toolrequestlist/index.vue
View file @
16b0bf6b
...
...
@@ -37,7 +37,7 @@
<el-table
v-loading=
"loading"
:data=
"recordList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"物料编码"
width=
"130"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"物料编码"
width=
"130"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
label=
"物料名称"
width=
"100"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"工作单元编码"
min-width=
"100"
align=
"center"
prop=
"workunitCode"
/>
<el-table-column
label=
"工作单元名称"
min-width=
"120"
align=
"center"
prop=
"workunitName"
/>
...
...
src/views/mes/tm/warehouse/itemIndex.vue
View file @
16b0bf6b
...
...
@@ -15,7 +15,7 @@
type=
"index"
label=
"序号"
width=
"50"
/>
<el-table-column
label=
"物料编码"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"物料编码"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
width=
"100px"
label=
"物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
width=
"100px"
label=
"SN号"
align=
"center"
prop=
"toolCode"
/>
<el-table-column
width=
"120px"
v-if=
"$attrs.optType === 'add'"
label=
"入库位置"
align=
"center"
prop=
"local"
>
...
...
@@ -122,6 +122,7 @@ export default {
toolCode
:
item
.
toolCode
,
toolName
:
item
.
toolName
,
itemCode
:
item
.
itemCode
,
sapItemCode
:
item
.
sapItemCode
,
itemName
:
item
.
itemName
,
local
:
item
.
local
,
processId
:
Number
(
item
.
processId
),
...
...
src/views/mes/wm/productrecpt/index.vue
View file @
16b0bf6b
...
...
@@ -90,7 +90,7 @@
<el-table-column
label=
"入库单编号"
width=
"130px"
align=
"center"
prop=
"recptCode"
/>
<el-table-column
label=
"入库单名称"
width=
"150px"
align=
"center"
prop=
"recptName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"生产工单编码"
width=
"150px"
align=
"center"
prop=
"workorderCode"
/>
<el-table-column
label=
"产品编码"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"产品编码"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
label=
"产品名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"入库日期"
align=
"center"
prop=
"recptDate"
width=
"120"
>
<template
slot-scope=
"scope"
>
...
...
src/views/mes/wm/productrecpt/line.vue
View file @
16b0bf6b
...
...
@@ -40,7 +40,7 @@
<el-table
v-loading=
"loading"
:data=
"productrecptlineList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"产品物料编码"
width=
"120px"
align=
"center"
prop=
"
i
temCode"
/>
<el-table-column
label=
"产品物料编码"
width=
"120px"
align=
"center"
prop=
"
sapI
temCode"
/>
<el-table-column
label=
"产品物料名称"
width=
"150px"
align=
"center"
prop=
"itemName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"规格型号"
width=
"120px"
align=
"center"
prop=
"specification"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"单位"
align=
"center"
prop=
"unitOfMeasure"
/>
...
...
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