Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
5939502d
Commit
5939502d
authored
Oct 31, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt
parents
31c971a3
63db2231
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
add.vue
pages/technology/details/routingsupporting/add.vue
+2
-2
add.vue
pages/technology/details/setup/add.vue
+2
-2
No files found.
pages/technology/details/routingsupporting/add.vue
View file @
5939502d
...
...
@@ -73,7 +73,7 @@
</Col>
-->
<Col
:span=
"12"
>
<FormItem
:label=
"l('quantity')"
prop=
"quantity"
>
<InputNumber
v-model=
"entity.quantity"
style=
"width: 100%"
></InputNumber>
<InputNumber
v-model=
"entity.quantity"
style=
"width: 100%"
:min=
"1"
></InputNumber>
</FormItem>
</Col>
<Divider
orientation=
"left"
>
物料属性
</Divider>
...
...
@@ -148,7 +148,7 @@ export default {
routingHeaderId
:
null
,
routingDetailId
:
null
,
routingStepId
:
0
,
quantity
:
null
,
quantity
:
1
,
materialId
:
""
,
materialType
:
""
,
materialNumber
:
null
,
...
...
pages/technology/details/setup/add.vue
View file @
5939502d
...
...
@@ -25,7 +25,7 @@
</Col>
<Col
span=
"24"
>
<FormItem
:label=
"l('count')"
prop=
"quantity"
>
<InputNumber
v-model=
"entity.quantity"
style=
"width:100%"
></InputNumber>
<InputNumber
v-model=
"entity.quantity"
style=
"width:100%"
:min=
"1"
></InputNumber>
</FormItem>
</Col>
</Row>
...
...
@@ -78,7 +78,7 @@ export default {
nameMaterial
:
""
,
materialNumber
:
""
,
materialId
:
null
,
quantity
:
0
,
quantity
:
1
,
json
:
{},
},
forItem
:
{},
...
...
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