Commit 57cec0ad by 王昆

gsb

parent bde6166c
...@@ -150,22 +150,26 @@ class OrderCtl extends CtlBase { ...@@ -150,22 +150,26 @@ class OrderCtl extends CtlBase {
businessScope: this.trim(pobj.businessScope), businessScope: this.trim(pobj.businessScope),
regDate: this.trim(pobj.regDate), regDate: this.trim(pobj.regDate),
businessImg: this.trim(pobj.businessImg), businessImg: this.trim(pobj.businessImg),
gongshangFile: this.trim(pobj.gongshangFile),
gongzhang: this.trim(pobj.gongzhang), gongzhang: this.trim(pobj.gongzhang),
caiwuzhang: this.trim(pobj.caiwuzhang), caiwuzhang: this.trim(pobj.caiwuzhang),
fapiaozhang: this.trim(pobj.fapiaozhang), fapiaozhang: this.trim(pobj.fapiaozhang),
hetongzhang: this.trim(pobj.hetongzhang), hetongzhang: this.trim(pobj.hetongzhang),
farenzhang: this.trim(pobj.farenzhang), farenzhang: this.trim(pobj.farenzhang),
kezhangFile: this.trim(pobj.kezhangFile),
isBank: this.trim(pobj.isBank), isBank: this.trim(pobj.isBank),
bankName: this.trim(pobj.bankName), bankName: this.trim(pobj.bankName),
bankNo: this.trim(pobj.bankNo), bankNo: this.trim(pobj.bankNo),
bank: this.trim(pobj.bank), bank: this.trim(pobj.bank),
bankImg: this.trim(pobj.bankImg), bankImg: this.trim(pobj.bankImg),
kaihuFile: this.trim(pobj.kaihuFile),
caImg: this.trim(pobj.caImg), caImg: this.trim(pobj.caImg),
taxRegDay: this.trim(pobj.taxRegDay), taxRegDay: this.trim(pobj.taxRegDay),
taxOrg: this.trim(pobj.taxOrg), taxOrg: this.trim(pobj.taxOrg),
shuiwuFile: this.trim(pobj.shuiwuFile),
courierNo: this.trim(pobj.courierNo), courierNo: this.trim(pobj.courierNo),
courierImg: this.trim(pobj.courierImg), courierImg: this.trim(pobj.courierImg),
......
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