Browse Source

添加委外量的标点符号

pull/187/head
xuxiaoming 3 years ago
parent
commit
50bad8968d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
  2. +1
    -1
      src/views/productionPlanning/emergencyOrder/index.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue View File

@ -128,7 +128,7 @@
:disabled="item.charAt(item.length - 1) == '*'"
size="mini"></el-input>
<span v-else-if="scope.row[item] == '预测需求' || scope.row[item] == '订单需求' || scope.row[item] == '独立需求'">{{ scope.row[item] }} <div class="add_icon"></div> </span>
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' || scope.row[item] == '在途量' ">{{ scope.row[item] }} <div class="subtract_icon"></div> </span>
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' || scope.row[item] == '在途量' || scope.row[item] == '委外量' ">{{ scope.row[item] }} <div class="subtract_icon"></div> </span>
<span v-else>{{ scope.row[item] }}</span>
</template>
</el-table-column>


+ 1
- 1
src/views/productionPlanning/emergencyOrder/index.vue View File

@ -79,7 +79,7 @@
<span v-else-if="scope.row[item] == '预测需求' || scope.row[item] == '订单需求' || scope.row[item] == '独立需求'">{{ scope.row[item] }}
<div class="add_icon"></div>
</span>
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' || scope.row[item] == '在途量' ">{{ scope.row[item] }}
<span v-else-if="scope.row[item] == '在制量' || scope.row[item] == '期初库存' || scope.row[item] == '在途量' || scope.row[item] == '委外量' ">{{ scope.row[item] }}
<div class="subtract_icon"></div>
</span>
<span v-else>{{ scope.row[item] }}</span>


Loading…
Cancel
Save