|
|
@@ -210,6 +210,8 @@
|
|
|
import craftCards from "@/views/zuihou/runManageCenter/orderMgr/components/finishedOrder/components/craftCards/index"
|
|
|
// 【订单管理】-API
|
|
|
import orderMgrApi from "@/api/runManageCenter/orderMgr"
|
|
|
+ // 【计划管理】-API
|
|
|
+ import planMgrApi from "@/api/runManageCenter/planMgr"
|
|
|
import elDragDialog from '@/directive/el-drag-dialog'
|
|
|
import { initQueryParams } from '@/utils/commons'
|
|
|
export default {
|
|
|
@@ -467,7 +469,7 @@
|
|
|
// 查询必须参数-已完成:orderstatus = 3(当生产状态等于已完成的时候,同时设置订单状态已完成)
|
|
|
// this.queryParams.model.orderStatus = '3'
|
|
|
this.queryParams.model.planStatus = '3'
|
|
|
- orderMgrApi.page(this.queryParams).then(response => {
|
|
|
+ planMgrApi.page(this.queryParams).then(response => {
|
|
|
const res = response.data
|
|
|
if (res.isSuccess) {
|
|
|
this.tableData = res.data
|