|
@ -96,7 +96,7 @@ v-if="showDetail" |
|
|
</template> |
|
|
</template> |
|
|
<script> |
|
|
<script> |
|
|
import Detail from "./detail.vue" |
|
|
import Detail from "./detail.vue" |
|
|
import { getVersionList,getResourceCapacity,getCustomerDemand } from "@/server/plan/workbench/customerForecastDemandReview"; |
|
|
|
|
|
|
|
|
import { getVersionList,getResourceCapacity,getCustomerDemand } from "@/server/productionPlanning/customerForecastDemandReview"; |
|
|
import pending from "@/assets/img/pending.png" |
|
|
import pending from "@/assets/img/pending.png" |
|
|
import published from "@/assets/img/published.png" |
|
|
import published from "@/assets/img/published.png" |
|
|
|
|
|
|
|
|