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
eb09444d
Commit
eb09444d
authored
Aug 11, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
fcc5c96d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
pintuanActive.vue
src/components/pintuan/pintuanActive.vue
+7
-7
No files found.
src/components/pintuan/pintuanActive.vue
View file @
eb09444d
...
...
@@ -67,7 +67,7 @@
<el-button
type=
"text"
@
click=
"isShowGoods=true"
>
选择商品
</el-button>
</el-form-item>
<el-form-item
label=
"商品名称"
prop=
"Name"
>
<el-input
size=
"small"
v-model=
"addMsg.name"
placeholder=
"请输入内容"
maxlength=
"
100
"
>
<el-input
size=
"small"
v-model=
"addMsg.name"
placeholder=
"请输入内容"
maxlength=
"
500"
:disabled=
"true
"
>
</el-input>
</el-form-item>
<el-form-item
label=
"上架状态"
>
...
...
@@ -107,17 +107,17 @@
<i
class=
"el-tooltip el-icon-info"
></i>
</el-tooltip>
</
template
>
<el-input
v-model=
"addMsg.Original_Price"
type=
"number"
:disabled=
"true"
min=
"
1
"
size=
"small"
<el-input
v-model=
"addMsg.Original_Price"
type=
"number"
:disabled=
"true"
min=
"
0
"
size=
"small"
placeholder=
"请输入内容"
class=
"input-with-select"
>
<el-button
slot=
"append"
>
元
</el-button>
</el-input>
</el-form-item>
<el-form-item
label=
"商品总库存"
>
<el-input
v-model=
"addMsg.Goods_Stock"
size=
"small"
placeholder=
"请输入内容
"
class=
"input-with-select"
>
<el-input
v-model=
"addMsg.Goods_Stock"
size=
"small"
:disabled=
"true"
placeholder=
"请输入商品总库存
"
class=
"input-with-select"
>
</el-input>
</el-form-item>
<el-form-item
label=
"默认规格名"
>
<el-input
v-model=
"addMsg.Goods_unit"
type=
"text"
size=
"small"
placeholder=
"请输入默认规格名"
<el-input
v-model=
"addMsg.Goods_unit"
type=
"text"
:disabled=
"true"
size=
"small"
placeholder=
"请输入默认规格名"
class=
"input-with-select"
>
</el-input>
</el-form-item>
...
...
@@ -131,11 +131,11 @@
<goodsSpe
v-show=
"IsShowSpec"
:SpecList=
"SpecificationList"
:SpecPriceList=
"SpecificationPriceList"
></goodsSpe>
</el-form-item>
<el-form-item
label=
"商品货号"
>
<el-input
v-model=
"addMsg.Goods_no"
size=
"small"
placeholder=
"请输入内容
"
class=
"input-with-select"
>
<el-input
v-model=
"addMsg.Goods_no"
size=
"small"
:disabled=
"true"
placeholder=
"请输入商品货号
"
class=
"input-with-select"
>
</el-input>
</el-form-item>
<el-form-item
label=
"商品重量"
>
<el-input
v-model=
"addMsg.Goods_weight"
type=
"number"
min=
"1"
size=
"small"
placeholder=
"请输入内容
"
<el-input
v-model=
"addMsg.Goods_weight"
type=
"number"
:disabled=
"true"
min=
"0"
size=
"small"
placeholder=
"请输入商品重量
"
class=
"input-with-select"
>
<el-button
slot=
"append"
>
克
</el-button>
</el-input>
...
...
@@ -401,7 +401,7 @@
EndTime
:
''
,
//结束时间
GoodId
:
0
,
//商品编号
name
:
''
,
//商品名称
GoodsStatus
:
0
,
//上架状态(0-未开始,1-上架,2-下架中,3-删除)
GoodsStatus
:
1
,
//上架状态(0-未开始,1-上架,2-下架中,3-删除)
Sort
:
100
,
//排序
SellingPrice
:
0
,
//售价
Original_Price
:
0
,
//原价
...
...
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