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
69f88c0e
Commit
69f88c0e
authored
Nov 11, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1bfd58f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+1
-1
CashierWithdrawal.vue
src/components/StoreDesign/CashierWithdrawal.vue
+6
-1
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
69f88c0e
...
...
@@ -1194,7 +1194,7 @@
VideoType
:
1
,
//视频填充方式(0默认,1-填充)
GoodsPageType
:
0
,
//分类 0全部 1商城 2校园
Remark
:
''
,
//备注
IsNoTax
:
0
//是否可开发票
IsNoTax
:
0
//是否可开发票
0是 1否
},
predefineColors
:
[
'#000000'
,
...
...
src/components/StoreDesign/CashierWithdrawal.vue
View file @
69f88c0e
...
...
@@ -90,7 +90,8 @@
return
{
msg
:
{
User_Id
:
''
,
//提现人
Money
:
''
//金额
Money
:
''
,
//金额
CreateBy
:
0
//创建人
},
//提现记录msg
awalMsg
:
{
...
...
@@ -131,6 +132,10 @@
this
.
msg
.
Money
=
this
.
TixianMoney
;
this
.
Error
(
"提现金额不能超过开票总额"
);
}
let
mall_userInfo
=
JSON
.
parse
(
localStorage
.
mall_userInfo
);
if
(
mall_userInfo
.
EmpId
){
this
.
msg
.
CreateBy
=
mall_userInfo
.
EmpId
;
}
this
.
apipost
(
'/api/order/SetInvoiceOnlineTrade'
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
...
...
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