|
@@ -87,7 +87,7 @@
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="deptBudgetTotal"
|
|
|
></el-pagination>
|
|
|
- <el-dialog title="修改加权成本价格" :visible.sync="editvisible">
|
|
|
+ <el-dialog :close-on-click-modal='false' title="修改加权成本价格" :visible.sync="editvisible">
|
|
|
<el-form >
|
|
|
<el-form-item label="价格(元/吨)" >
|
|
|
<el-input placeholder="输入加权成本价格" v-model="price" autocomplete="off"></el-input>
|
|
@@ -191,7 +191,7 @@ export default {
|
|
|
this.selectWarehouse()
|
|
|
},
|
|
|
warehouselocation(){
|
|
|
- this.$router.push({ path: 'warehouselocation'})
|
|
|
+ this.$router.push({ path: 'warehouselocation',query:{cangId:this.cangid}})
|
|
|
},
|
|
|
weightedsubsidiary(){
|
|
|
console.log(this.cangid)
|