Commit cb39f843 by 宋毅

tj

parent 5067fa86
......@@ -183,6 +183,7 @@ module.exports = (db, DataTypes) => {
allowNull: false,
values: Object.keys(uiconfig.config.pdict.productCata),
defaultValue: "ip",
orderAppendinfo:DataTypes.STRING(4000),//订单附加信息
},
}, base), {
......
......@@ -162,6 +162,8 @@
name: "/orderpay",
params: { orderNum: d.data.code }
});
} else {
console.log(d.msg, "-------createOtherOrder---error----------");
}
})
} else {
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment