|
@@ -473,7 +473,7 @@
|
|
|
appendixIdsAdd: '',
|
|
|
excelFreightspace: [],
|
|
|
goodnameList:[],
|
|
|
- goodsName:"全部",
|
|
|
+ goodsName:'全部',
|
|
|
}
|
|
|
},
|
|
|
mounted() {debugger
|
|
@@ -574,6 +574,7 @@
|
|
|
obj.netWeight = v.净重
|
|
|
obj.dryGrainPrice = v.单价
|
|
|
obj.qualityDate = _this.formatDate(v.日期,'-')
|
|
|
+ obj.deductionAmount = v.扣款
|
|
|
_this.excelFreightspace.push(obj)
|
|
|
})
|
|
|
if (_this.excelFreightspace) {
|
|
@@ -799,7 +800,7 @@
|
|
|
if (response.length > 0) {
|
|
|
var arr = []
|
|
|
for (let i = 0; i < response.length; i++) {
|
|
|
- let _name = response[i].replace('https://taohaoliang.oss-cn-beijing.aliyuncs.com/FP/',"")
|
|
|
+ let _name = response[i].replace('https://taohaoliang.oss-cn-beijing.aliyuncs.com/FP/','')
|
|
|
arr.push({
|
|
|
fileUrl: response[i],
|
|
|
renameFileName: _name,
|
|
@@ -1260,7 +1261,7 @@
|
|
|
managementType: 1,
|
|
|
invoicing: this.invoicing,
|
|
|
compId: localStorage.getItem('ws-pf_compId'),
|
|
|
- goodsName:this.goodsName == '全部'?"":this.goodsName
|
|
|
+ goodsName:this.goodsName == '全部'?'':this.goodsName
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|