|
@@ -38,7 +38,7 @@
|
|
</template>
|
|
</template>
|
|
</BaseHeaderLayout>
|
|
</BaseHeaderLayout>
|
|
<el-row style='margin:10px;'>
|
|
<el-row style='margin:10px;'>
|
|
- <el-col :span="12">已选 {{this.multipleSelection.length}} 条,合计出库重量 {{num}}吨,{{content}}</el-col>
|
|
|
|
|
|
+ <el-col :span="12">已选 {{this.multipleSelection.length}} 条,合计出库重量 {{num}}吨, {{content}}</el-col>
|
|
<el-col style='text-align:right;' :span="12">
|
|
<el-col style='text-align:right;' :span="12">
|
|
<ws-button type="primary" @click="preview()">预览
|
|
<ws-button type="primary" @click="preview()">预览
|
|
</ws-button>
|
|
</ws-button>
|
|
@@ -282,7 +282,7 @@
|
|
}
|
|
}
|
|
console.log(this.multipleSelection1)
|
|
console.log(this.multipleSelection1)
|
|
for (let q = 0; q < this.multipleSelection1.length; q++) {
|
|
for (let q = 0; q < this.multipleSelection1.length; q++) {
|
|
- this.content=this.content+this.multipleSelection1[q].goodsName+(this.multipleSelection1[q].estimateOutWarehouseWeight?this.multipleSelection1[q].estimateOutWarehouseWeight:0)+'吨,'
|
|
|
|
|
|
+ this.content=this.content+this.multipleSelection1[q].goodsName+(this.multipleSelection1[q].estimateOutWarehouseWeight?this.multipleSelection1[q].estimateOutWarehouseWeight:0)+'吨'
|
|
}
|
|
}
|
|
for (let i = 0; i < val.length; i++) {
|
|
for (let i = 0; i < val.length; i++) {
|
|
val[i].select=true
|
|
val[i].select=true
|
|
@@ -425,9 +425,9 @@
|
|
// type: 'success'
|
|
// type: 'success'
|
|
// });
|
|
// });
|
|
if(this.multipleSelection.length>0){
|
|
if(this.multipleSelection.length>0){
|
|
- localStorage.setItem("supplygoodsstatus",0);
|
|
|
|
- localStorage.setItem("supplygoods",JSON.stringify(this.multipleSelection));
|
|
|
|
- localStorage.setItem("supplygoods1",JSON.stringify(this.multipleSelection1));
|
|
|
|
|
|
+ localStorage.setItem('supplygoodsstatus',0);
|
|
|
|
+ localStorage.setItem('supplygoods',JSON.stringify(this.multipleSelection));
|
|
|
|
+ localStorage.setItem('supplygoods1',JSON.stringify(this.multipleSelection1));
|
|
that.$router.go(-1)
|
|
that.$router.go(-1)
|
|
}else{
|
|
}else{
|
|
this.$message({
|
|
this.$message({
|