Browse Source

缺料验证

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

+ 2
- 1
src/views/plan/workbench/orderInventoryCom/bottomMiddle.vue View File

@ -86,6 +86,7 @@ export default {
"ContrastOrderResponse-SalesOrder",
"ContrastOrderResponse-ContractDeliveryDate",
"ContrastOrderResponse-DemandWeek",
"ContrastOrderResponse-ExpectedWeek",
"ContrastOrderResponse-OrderId",
"ContrastOrderResponse-Article",
"ContrastOrderResponse-Desc",
@ -110,7 +111,7 @@ export default {
methods: {
//
objectSpanMethod({ row, column, rowIndex, columnIndex }) {
if (columnIndex < 10) {
if (columnIndex < this.headers.length) {
const _row = this.mergeArray[rowIndex]
const _col = _row > 0 ? 1 : 0;
return {


Loading…
Cancel
Save