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
3804a263
Commit
3804a263
authored
Nov 11, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
2cde568c
21781b2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
286 additions
and
2 deletions
+286
-2
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+14
-2
CashierWithdrawal.vue
src/components/StoreDesign/CashierWithdrawal.vue
+266
-0
index.js
src/router/index.js
+6
-0
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
3804a263
...
...
@@ -179,6 +179,11 @@
:inactive-value=
"2"
>
</el-switch>
</el-form-item>
<el-form-item
label=
"是否可开发票"
v-if=
"isShowTax"
>
<el-switch
v-model=
"addMsg.IsNoTax"
active-color=
"#409EFF"
:active-value=
"1"
:inactive-value=
"0"
>
</el-switch>
</el-form-item>
<el-form-item
label=
"自动上架时间"
>
<el-date-picker
size=
"small"
v-model=
"addMsg.ShelvesDate"
default-time=
"12:00:00"
value-format=
"yyyy-MM-dd HH:mm:ss"
type=
"datetime"
placeholder=
"选择日期时间"
>
...
...
@@ -1188,7 +1193,8 @@
SendArea
:
''
,
//发货仓库
VideoType
:
1
,
//视频填充方式(0默认,1-填充)
GoodsPageType
:
0
,
//分类 0全部 1商城 2校园
Remark
:
''
//备注
Remark
:
''
,
//备注
IsNoTax
:
0
//是否可开发票
},
predefineColors
:
[
'#000000'
,
...
...
@@ -1294,7 +1300,8 @@
FXlevelList
:
[],
giveDate
:
false
,
My_cateList
:[],
//分类类型
isShowPlat
:
true
//是否显示上架版面和分类
isShowPlat
:
true
,
//是否显示上架版面和分类
isShowTax
:
false
//赞羊显示是否可开发票
};
},
created
()
{
...
...
@@ -1328,6 +1335,11 @@
}
else
{
this
.
isShowPlat
=
true
;
}
if
(
mall_userInfo
.
TenantId
==
1
&&
mall_userInfo
.
MallBaseId
==
1
){
this
.
isShowTax
=
true
;
}
else
{
this
.
isShowTax
=
false
;
}
},
methods
:
{
initShareSettings
()
{
...
...
src/components/StoreDesign/CashierWithdrawal.vue
0 → 100644
View file @
3804a263
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
3804a263
...
...
@@ -978,6 +978,12 @@ export default new Router({
name
:
'schoolPoster'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/schoolPoster'
],
resolve
),
},
//店铺管理 财务管理-出纳提现
{
path
:
'/CashierWithdrawal'
,
name
:
'CashierWithdrawal'
,
component
:
resolve
=>
require
([
'@/components/StoreDesign/CashierWithdrawal'
],
resolve
),
},
//营销中心 插件中心
{
path
:
'/pluginCenter'
,
...
...
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