Browse Source

添加主生产计划字段翻译

develop
xuxiaoming 2 years ago
parent
commit
f612136d77
2 changed files with 15 additions and 17 deletions
  1. +14
    -17
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
  2. +1
    -0
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue

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

@ -188,23 +188,20 @@
</div>
</template>
<script>
import AddOrEdit from "./addOrEdit";
import Public from "./public";
import Char from "./char";
import { mapActions, mapMutations, mapState } from "vuex";
import { baseURL } from "@/server/request"
import {
getArtIdList,
publishedVersion,
refreshData,
reloadData,
saveDemand,
searchResource,
exportData,
publishIdentifyAll
} from "@/server/productionPlanning/customerForecastDemandReview";
import { syncData } from "@/server/productionPlanning/productInventory";
import { getColumnName } from "@/utils/allField.js";
exportData, getArtIdList,
publishedVersion, publishIdentifyAll, refreshData,
reloadData,
saveDemand,
searchResource
} from "@/server/productionPlanning/customerForecastDemandReview";
import { syncData } from "@/server/productionPlanning/productInventory";
import { baseURL } from "@/server/request";
import { getColumnName } from "@/utils/allField.js";
import { mapActions, mapMutations, mapState } from "vuex";
import AddOrEdit from "./addOrEdit";
import Char from "./char";
import Public from "./public";
export default {
components: {
@ -252,7 +249,7 @@
editKeyList: [],
pagination:{
pageNumber: 1,
pageSize: 26, // 13 13 .../index.vue 171
pageSize: 26, // 13 13 .../index.vue 171 51
total: 0,
pageSizes:[13, 26, 39, 65]
}


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

@ -51,6 +51,7 @@
labelList: {
"AP_ArticleDemand-ForecastDemandQty": "预测需求",
"AP_ArticleDemand-OrderQty": "订单需求",
"AP_ArticleDemand-NetDemand": "净需求",
"AP_ArticleDemand-OutSourcingQty": "外购需求",
"AP_ArticleDemand-IndependentDemandQty": "独立需求",
"AP_ArticleDemand-WipQty": "在制量",


Loading…
Cancel
Save