Commit eb42c65d authored by 黄媛媛's avatar 黄媛媛

2

parent 47bb4d31
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
</div> </div>
<el-table :data="dataList" border style="width: 100%;margin-Top:10px"> <el-table :data="dataList" border style="width: 100%;margin-Top:10px">
<el-table-column prop="Id" label="ID" width="60"></el-table-column> <el-table-column prop="Id" label="ID" width="100"></el-table-column>
<el-table-column prop="WareHouseName" label="仓库名称"></el-table-column> <el-table-column prop="WareHouseName" label="仓库名称"></el-table-column>
<el-table-column prop="TotalCostMoney" label="总价格"></el-table-column> <el-table-column prop="TotalCostMoney" label="总价格"></el-table-column>
......
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
console.log(index) console.log(index)
this.outindex = index this.outindex = index
if(this.ERPEmpId==0){ if(this.ERPEmpId==0){
this.Error('您还未授权,修改规格'); this.Error('您还未授权,不能修改规格');
}else{ }else{
this.assetsApipost("/api/WarehouseOut/GetSuppliesMaterialList", {GoodsId:obj.GoodsId}, res => { this.assetsApipost("/api/WarehouseOut/GetSuppliesMaterialList", {GoodsId:obj.GoodsId}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment