Commit b78593cf by 孙亚楠

Merge branch 'xgg-deliver-ali' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver-ali

parents 94e633ac 3b385244
......@@ -64,7 +64,9 @@ class InvoiceCtl extends CtlBase {
async myInvoicePage(pobj, pobj2, req) {
try {
pobj.assigned = true;
// 获取页面类型状态
pobj.statuses = this.getPageStatus(pobj.pageType);
// 设置角色参数
this.setRoleAuth(pobj, req.loginUser);
this.doTimeCondition(pobj, ["createTimeBegin", "createTimeEnd"]);
......
......@@ -655,7 +655,7 @@ class OrderCtl extends CtlBase {
}
if (res.data) {
await this.orderSve.callms("order", "createAccount", {
id: params.id,
id: businessmen.id,
province: params.province,
customer_id: res.data
});
......
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