|
|
@ -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] |
|
|
|
} |
|
|
|