|
@@ -7101,7 +7101,7 @@ export default {
|
|
fWarehouselocid: null,
|
|
fWarehouselocid: null,
|
|
fWarehouseInformation: null,
|
|
fWarehouseInformation: null,
|
|
fCntrtype: null,
|
|
fCntrtype: null,
|
|
- fCntqty: null,
|
|
|
|
|
|
+ fCntqty: 1,
|
|
fPackagespecs: null,
|
|
fPackagespecs: null,
|
|
fTruckno: null,
|
|
fTruckno: null,
|
|
fDriverName: null,
|
|
fDriverName: null,
|
|
@@ -7112,6 +7112,7 @@ export default {
|
|
fGoodsval: null,
|
|
fGoodsval: null,
|
|
remark: null,
|
|
remark: null,
|
|
};
|
|
};
|
|
|
|
+ console.log( this.importList)
|
|
},
|
|
},
|
|
tfNetweight(row) {
|
|
tfNetweight(row) {
|
|
this.tfNetweightnum = (row / 1000).toFixed(4);
|
|
this.tfNetweightnum = (row / 1000).toFixed(4);
|
|
@@ -8586,8 +8587,8 @@ export default {
|
|
this.$set(this.importList, 'fNetweight', this.form.fNetweight)
|
|
this.$set(this.importList, 'fNetweight', this.form.fNetweight)
|
|
this.$set(this.importList, 'fActualWeight', 0)
|
|
this.$set(this.importList, 'fActualWeight', 0)
|
|
//录入复制
|
|
//录入复制
|
|
- // console.log(this.importList)
|
|
|
|
if (this.detailList.length !== 0) this.importList = JSON.parse(JSON.stringify(this.detailList[0]))
|
|
if (this.detailList.length !== 0) this.importList = JSON.parse(JSON.stringify(this.detailList[0]))
|
|
|
|
+ this.$set(this.importList, 'fCntqty', 1)
|
|
// this.importList.fBusinessType = JSON.stringify(this.importList.fBusinessType)
|
|
// this.importList.fBusinessType = JSON.stringify(this.importList.fBusinessType)
|
|
if (this.importList.fBusinessType) this.$set(this.importList, 'fBusinessType', typeof this.importList.fBusinessType != 'string' ? JSON.stringify(this.importList.fBusinessType) : this.importList.fBusinessType)
|
|
if (this.importList.fBusinessType) this.$set(this.importList, 'fBusinessType', typeof this.importList.fBusinessType != 'string' ? JSON.stringify(this.importList.fBusinessType) : this.importList.fBusinessType)
|
|
this.$set(this.importList, 'fCntrno', this.importList.fCntrno === null ? '' : this.importList.fCntrno)
|
|
this.$set(this.importList, 'fCntrno', this.importList.fCntrno === null ? '' : this.importList.fCntrno)
|