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
ed625020
Commit
ed625020
authored
Sep 14, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品物料过滤
parent
aee8cb91
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
5 deletions
+29
-5
add.vue
pages/technology/productMix/product/add.vue
+7
-1
bomAdd.vue
pages/technology/productMix/product/bomAdd.vue
+7
-1
bomEdit.vue
pages/technology/productMix/product/bomEdit.vue
+8
-1
edit.vue
pages/technology/productMix/product/edit.vue
+7
-2
No files found.
pages/technology/productMix/product/add.vue
View file @
ed625020
...
...
@@ -20,7 +20,13 @@
</Col>
-->
<Col
:span=
"12"
>
<FormItem
:label=
"l('materialId')"
prop=
"materialId"
>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:codeRuleType=
"1"
:setType=
"true"
></Materiel>
<!--
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
-->
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
pages/technology/productMix/product/bomAdd.vue
View file @
ed625020
...
...
@@ -8,7 +8,13 @@
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('materialId')"
prop=
"materialId"
>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:codeRuleType=
"1"
:setType=
"true"
></Materiel>
<!--
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
-->
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
pages/technology/productMix/product/bomEdit.vue
View file @
ed625020
...
...
@@ -3,7 +3,14 @@
<Row>
<Col
:span=
"12"
>
<FormItem
:label=
"l('materialId')"
prop=
"materialId"
>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:disabled=
"true"
></Materiel>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:codeRuleType=
"1"
:setType=
"true"
:disabled=
"true"
></Materiel>
<!--
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:disabled=
"true"
></Materiel>
-->
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
pages/technology/productMix/product/edit.vue
View file @
ed625020
...
...
@@ -16,8 +16,13 @@
</Col>
<Col
:span=
"12"
>
<FormItem
:label=
"l('materialId')"
prop=
"materialId"
>
<!--
<Input
v-model=
"entity.mmcode"
></Input>
-->
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
:codeRuleType=
"1"
:setType=
"true"
></Materiel>
<!--
<Materiel
v-model=
"entity.materialId"
@
on-change=
"change"
></Materiel>
-->
</FormItem>
</Col>
<Col
:span=
"12"
>
...
...
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