Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
cb39f843
Commit
cb39f843
authored
Nov 30, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
5067fa86
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
igirl-web/app/base/db/models/order.js
+1
-0
igirl-web/app/base/service/impl/orderSve.js
+0
-0
igirl-web/app/front/vues/pages/agencyotherreg/agencyotherreg.js
+2
-0
igirl-web/app/front/vues/pages/orderpay/orderpay.html
+4
-3
No files found.
igirl-web/app/base/db/models/order.js
View file @
cb39f843
...
...
@@ -183,6 +183,7 @@ module.exports = (db, DataTypes) => {
allowNull
:
false
,
values
:
Object
.
keys
(
uiconfig
.
config
.
pdict
.
productCata
),
defaultValue
:
"ip"
,
orderAppendinfo
:
DataTypes
.
STRING
(
4000
),
//订单附加信息
},
},
base
),
{
...
...
igirl-web/app/base/service/impl/orderSve.js
View file @
cb39f843
This diff is collapsed.
Click to expand it.
igirl-web/app/front/vues/pages/agencyotherreg/agencyotherreg.js
View file @
cb39f843
...
...
@@ -162,6 +162,8 @@
name
:
"/orderpay"
,
params
:
{
orderNum
:
d
.
data
.
code
}
});
}
else
{
console
.
log
(
d
.
msg
,
"-------createOtherOrder---error----------"
);
}
})
}
else
{
...
...
igirl-web/app/front/vues/pages/orderpay/orderpay.html
View file @
cb39f843
...
...
@@ -74,8 +74,8 @@
</el-row>
</div>
<div
v-else
>
<!--
<el-row style="margin-top:45px;line-height: 14px;">
<!-- <div style="width:2px;height:20px;background-color:#000;float:left"></div> -->
<img style="vertical-align: middle;float: left;" src="imgs/icon_kehu.png" alt="">
<div style="float:left;margin-left:10px;font-size: 14px;font-weight:400;">向客户收款</div>
</el-row>
...
...
@@ -90,11 +90,12 @@
</el-button>
<span style="color: #B2B2B2;font-size: 12px;margin-left:5px;">复制订单链接发给客户人确认支付 (微信打开该链接)</span>
</el-col>
</el-row>
</el-row>
-->
<el-row
style=
"margin-top:30px;line-height: 14px;"
>
<img
style=
"vertical-align: middle;float: left;"
src=
"imgs/icon_dailiren.png"
alt=
""
>
<div
style=
"float:left;margin-left:10px;font-size: 14px;font-weight:400;"
>
代理人代付
</div>
<!--<div style="float:left;margin-left:10px;font-size: 14px;font-weight:400;">代理人代付</div>-->
<div
style=
"float:left;margin-left:10px;font-size: 14px;font-weight:400;"
>
付款方式
</div>
</el-row>
<div
style=
"clear:both"
></div>
<el-row
v-if=
"orderInfo.orderPayStatus==\'dfk\'"
:gitter=
"20"
...
...
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