@@ -94,7 +94,7 @@
</el-table-column>
<el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
<el-table-column align="left" label="经销商预留库存" prop="reservedNum" min-width="120" show-overflow-tooltip></el-table-column>
- <el-table-column align="left" label="经销商暂扣库存" prop="temporaryNum" min-width="120" show-overflow-tooltip></el-table-column>
+ <!-- <el-table-column align="left" label="经销商暂扣库存" prop="temporaryNum" min-width="120" show-overflow-tooltip></el-table-column> -->
</el-table>
</div>
@@ -573,7 +573,7 @@ export default {
// 进入详情
toDetail(item) {
this.queryItem = item;
- // this.isShowDetail = true;
+ this.isShowDetail = true;
this.$nextTick(()=>{
this.$refs.refDetail.initPrint()
})