Browse Source

主生产几乎在途量改成采购量

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

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

@ -133,7 +133,7 @@
:disabled="item.charAt(item.length - 1) == '*'" :disabled="item.charAt(item.length - 1) == '*'"
size="mini"></el-input> 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="add_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-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> <span v-else>{{ scope.row[item] }}</span>
</template> </template>
</el-table-column> </el-table-column>


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

@ -59,7 +59,7 @@
"AP_ArticleDemand-MinInventory": "最低库存", "AP_ArticleDemand-MinInventory": "最低库存",
"AP_ArticleDemand-NetDemandQty": "净生产量", "AP_ArticleDemand-NetDemandQty": "净生产量",
"AP_ArticleDemand-EndingInventory": "期末库存", "AP_ArticleDemand-EndingInventory": "期末库存",
"AP_ArticleDemand-ZaituQty":"在途量",
"AP_ArticleDemand-ZaituQty":"采购量",
"AP_ArticleDemand-WeiwaiQty":"委外量" "AP_ArticleDemand-WeiwaiQty":"委外量"
} }
}; };


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

@ -84,7 +84,7 @@
<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] }}
<div class="add_icon"></div> <div class="add_icon"></div>
</span> </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> <div class="subtract_icon"></div>
</span> </span>
<span v-else>{{ scope.row[item] }}</span> <span v-else>{{ scope.row[item] }}</span>
@ -157,7 +157,7 @@
"AP_ArticleDemandEmergency-MinInventory": "最低库存", "AP_ArticleDemandEmergency-MinInventory": "最低库存",
"AP_ArticleDemandEmergency-NetDemandQty": "净生产量", "AP_ArticleDemandEmergency-NetDemandQty": "净生产量",
"AP_ArticleDemandEmergency-EndingInventory": "期末库存", "AP_ArticleDemandEmergency-EndingInventory": "期末库存",
"AP_ArticleDemandEmergency-ZaituQty":"在途量",
"AP_ArticleDemandEmergency-ZaituQty":"采购量",
"AP_ArticleDemandEmergency-WeiwaiQty":"委外量" "AP_ArticleDemandEmergency-WeiwaiQty":"委外量"
} }
}; };


Loading…
Cancel
Save