Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
f74d6ebe
Commit
f74d6ebe
authored
Jun 23, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3fd2d321
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+11
-1
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
f74d6ebe
...
...
@@ -268,7 +268,7 @@
<i
class=
"elzk el-tooltip el-icon-info"
></i>
</el-tooltip>
<el-input
v-model=
"addMsg.
InventoryNum
"
v-model=
"addMsg.
Sort
"
type=
"number"
min=
"1"
size=
"small"
...
...
@@ -784,6 +784,7 @@
<el-checkbox
style=
"margin-left:10px"
v-model=
"BuyGoodsNumState"
@
change=
"BuyGoodsNumState==true? addMsg.LimitBuyGoodsNum=-1:addMsg.LimitBuyGoodsNum=0"
>
不限制
</el-checkbox
>
</el-form-item>
...
...
@@ -803,6 +804,7 @@
<el-checkbox
style=
"margin-left:10px"
v-model=
"BuyOrderNumState"
@
change=
"BuyOrderNumState==true? addMsg.LimitBuyOrderNum=-1:addMsg.LimitBuyOrderNum=0"
>
不限制
</el-checkbox
>
</el-form-item>
...
...
@@ -1893,6 +1895,7 @@
FullNumPinkage
:
0
,
FullMoneyPinkage
:
0
,
SupplierId
:
''
,
Sort
:
0
,
},
SupplierId
:
''
,
fenleiData
:
[],
...
...
@@ -2783,6 +2786,13 @@
this
.
SupplierId
=
this
.
addMsg
.
SupplierId
;
}
if
(
this
.
addMsg
.
LimitBuyGoodsNum
!=-
1
){
this
.
BuyGoodsNumState
=
false
}
if
(
this
.
addMsg
.
LimitBuyOrderNum
!=-
1
){
this
.
BuyOrderNumState
=
false
}
this
.
initShareSettings
();
this
.
SpecificationPriceList
=
this
.
addMsg
.
SpecificationPriceList
;
this
.
ComTreeList
=
this
.
addMsg
.
DistributionCommissionTreeList
;
...
...
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