Commit 937b0cca by 王昆

gsb

parent b591c89e
......@@ -55,8 +55,8 @@ class BusinessmenService extends ServiceBase {
var deliver = await this.callms("common", "deliverInfo", {id: params.deliver_id});
deliver = deliver.data;
var deliver = await this.callms("common", "deliverInfo", {id: params.deliver_id});
deliver = deliver.data;
let user = await this.callms("common", "deliverUserInfo", {id: deliver.admin_id});
user = user.data;
let data = {
customerName: businessmen.name,
initPeriod: Number(moment().format("YYYYMM")),
......@@ -64,7 +64,7 @@ class BusinessmenService extends ServiceBase {
accountStandard: 1,
valueAddedTax: 2,
bankStatus: businessmen.is_bank ? 1 : 0,
accountant:"管理员",
accountant: user.nt_user_id,
province: params.province,
companyId: deliver.nt_company_id,
}
......
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