Commit db8343e7 by 孙亚楠

dd

parent b91911b7
...@@ -266,7 +266,7 @@ class InvoiceService extends ServiceBase { ...@@ -266,7 +266,7 @@ class InvoiceService extends ServiceBase {
companyId: deliver.nt_company_id, //公司ID companyId: deliver.nt_company_id, //公司ID
customerId: businessmen.customer_id, //客户ID customerId: businessmen.customer_id, //客户ID
uploadPeriod: moment(businessmen.create_account_time).format('YYYYMM'), //上传账期 uploadPeriod: moment(businessmen.create_account_time).format('YYYYMM'), //上传账期
imageName: invoice['invoice_img'].slice(invoice['invoice_img'].lastIndexOf("/") + 1, -1) || "", //图片名称 imageName: invoice['invoice_img'].slice(invoice['invoice_img'].lastIndexOf("/") + 1) || "", //图片名称
imageBasename: invoice['invoice_img'] || "", //图片url imageBasename: invoice['invoice_img'] || "", //图片url
billType: this.formatInvoiceType(_invoicesummaryinfo), //发票类型 billType: this.formatInvoiceType(_invoicesummaryinfo), //发票类型
isDaikai: `1`, //是否代开 1:yes 0:no isDaikai: `1`, //是否代开 1:yes 0:no
......
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