|
|
@ -84,7 +84,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] == '委外量' ">{{ 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> |
|
|
@ -157,7 +157,7 @@ |
|
|
|
"AP_ArticleDemandEmergency-MinInventory": "最低库存", |
|
|
|
"AP_ArticleDemandEmergency-NetDemandQty": "净生产量", |
|
|
|
"AP_ArticleDemandEmergency-EndingInventory": "期末库存", |
|
|
|
"AP_ArticleDemandEmergency-ZaituQty":"在途量", |
|
|
|
"AP_ArticleDemandEmergency-ZaituQty":"采购量", |
|
|
|
"AP_ArticleDemandEmergency-WeiwaiQty":"委外量" |
|
|
|
} |
|
|
|
}; |
|
|
|