Browse Source

计划订单库存对比----缺料验证优化

szdq
wangxy 3 years ago
parent
commit
4d414dbe03
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue

+ 0
- 4
src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue View File

@ -113,7 +113,6 @@ export default {
if (columnIndex < 10) {
const _row = this.mergeArray[rowIndex]
const _col = _row > 0 ? 1 : 0;
// console.log(`rowspan:${_row} colspan:${_col}`);
return {
rowspan: _row,
colspan: _col
@ -141,8 +140,5 @@ export default {
<style lang="less">
.balance-payment-wrapper {
height: 100%;
.search-content {
margin-bottom: 10px;
}
}
</style>

Loading…
Cancel
Save