|
@@ -8430,6 +8430,7 @@ export default {
|
|
this.$set(this.importList, 'fPlangrossweight', this.form.fPlangrossweight)
|
|
this.$set(this.importList, 'fPlangrossweight', this.form.fPlangrossweight)
|
|
this.$set(this.importList, 'fPlannetweight', this.form.fPlannetweight)
|
|
this.$set(this.importList, 'fPlannetweight', this.form.fPlannetweight)
|
|
this.$set(this.importList, 'fNetweight', this.form.fNetweight)
|
|
this.$set(this.importList, 'fNetweight', this.form.fNetweight)
|
|
|
|
+ this.$set(this.importList, 'fActualWeight', 0)
|
|
//录入复制
|
|
//录入复制
|
|
// console.log(this.importList)
|
|
// 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]))
|