feat: 设备管理优化-0513-申购、计划、合同、订单复制到设备管理

演示数据2.0
chenhc 11 months ago
parent 9fdb69c5a2
commit ca2f8ec806

@ -404,6 +404,7 @@
:before-close="handleClose" :before-close="handleClose"
> >
<pureApplyEdit <pureApplyEdit
:pageType = "pageType"
:closeDialog="closeDialog" :closeDialog="closeDialog"
:idQuery="idQuery" :idQuery="idQuery"
v-on:cancelDialog="getId" v-on:cancelDialog="getId"
@ -425,6 +426,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -441,7 +443,8 @@ export default {
emergency: '', emergency: '',
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
targetDeptCode: '', targetDeptCode: '',
targetInvCode: null targetInvCode: null,
pageType: this.$route.query.pageType
}, },
isChang: false, isChang: false,
formName: null, formName: null,
@ -524,9 +527,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
let deptCode = this.filterQuery.targetDeptCode let deptCode = this.filterQuery.targetDeptCode
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
@ -543,6 +543,7 @@ export default {
targetDeptCode: this.invCodebe, targetDeptCode: this.invCodebe,
targetInvCode: null, targetInvCode: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
pageType: this.pageType
}; };
this.initActDateRange() this.initActDateRange()
if (deptCode != this.invCodebe) { if (deptCode != this.invCodebe) {
@ -797,6 +798,8 @@ export default {
this.initActDateRange() this.initActDateRange()
this.getCurInvList(this); this.getCurInvList(this);
this.getDeptList(this); this.getDeptList(this);
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -230,6 +230,10 @@ export default {
type: Object, type: Object,
required: true, required: true,
}, },
pageType: {
type: Object,
required: true,
},
changId: { changId: {
type: Boolean, type: Boolean,
required: true, required: true,
@ -262,6 +266,7 @@ export default {
invCode: null, invCode: null,
targetInvCode: null, targetInvCode: null,
targetDeptCode: null, targetDeptCode: null,
pageType: null,
}, },
pId: null, pId: null,
formRules: {}, formRules: {},
@ -369,6 +374,7 @@ export default {
this.formData.id = this.pId; this.formData.id = this.pId;
this.formData.invCode = this.$store.getters.locInvCode this.formData.invCode = this.$store.getters.locInvCode
this.formData.deptCode = this.$store.getters.locDeptCode this.formData.deptCode = this.$store.getters.locDeptCode
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
type: 1, type: 1,
editStatus: status, editStatus: status,

@ -421,6 +421,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
@ -438,7 +439,8 @@ export default {
targetInvCode: null, targetInvCode: null,
deptCode: null, deptCode: null,
invCode: null, invCode: null,
parentId: null parentId: null,
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
formMap: { formMap: {
@ -519,9 +521,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
let deptCode = this.filterQuery.targetDeptCode let deptCode = this.filterQuery.targetDeptCode
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
@ -536,7 +535,8 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
targetDeptCode: this.invCodebe, targetDeptCode: this.invCodebe,
targetInvCode: null targetInvCode: null,
pageType: this.$route.query.pageType
}; };
if (deptCode != this.invCodebe) { if (deptCode != this.invCodebe) {
this.getInvList(this) this.getInvList(this)
@ -753,6 +753,7 @@ export default {
this.actDateRange = [start, end]; this.actDateRange = [start, end];
this.getCurInvList(this); this.getCurInvList(this);
this.getDeptList(this); this.getDeptList(this);
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -485,6 +485,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
@ -500,6 +501,7 @@ export default {
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
formMap: { formMap: {
@ -624,9 +626,6 @@ export default {
_this.approvalFlowDetailVisible = true; _this.approvalFlowDetailVisible = true;
}, },
onReset() { onReset() {
this.$router.push({
path: "",
});
let targetDeptCode = this.filterQuery.targetDeptCode let targetDeptCode = this.filterQuery.targetDeptCode
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
@ -642,6 +641,7 @@ export default {
editStatus: 1, editStatus: 1,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
targetDeptCode: this.invCodebe, targetDeptCode: this.invCodebe,
pageType: this.$route.query.pageType
}; };
if (targetDeptCode != this.invCodebe) { if (targetDeptCode != this.invCodebe) {
this.getInvList(this) this.getInvList(this)
@ -902,6 +902,7 @@ export default {
}); });
this.getCurInvList(this); this.getCurInvList(this);
this.getDeptList(this); this.getDeptList(this);
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -467,6 +467,7 @@ import {executeFuc, getHead} from "@/utils/customConfig";
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
@ -482,6 +483,7 @@ export default {
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: null, invCode: null,
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
formMap: { formMap: {
@ -604,9 +606,6 @@ export default {
_this.approvalFlowDetailVisible = true; _this.approvalFlowDetailVisible = true;
}, },
onReset() { onReset() {
this.$router.push({
path: "",
});
let deptCode = this.filterQuery.deptCode let deptCode = this.filterQuery.deptCode
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
@ -621,6 +620,7 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
pageType: this.$route.query.pageType
}; };
if (deptCode != this.invCodebe) { if (deptCode != this.invCodebe) {
this.getInvList(this) this.getInvList(this)
@ -858,6 +858,7 @@ export default {
}); });
this.getCurInvList(this); this.getCurInvList(this);
this.getDeptList(this); this.getDeptList(this);
this.pageType = this.$route.query.pageType;
} }
, ,

@ -104,6 +104,7 @@ import {getDetailList} from "@/api/purchase/purApply";
export default { export default {
data() { data() {
return { return {
pageType:null,
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
billNo: null, billNo: null,
@ -116,6 +117,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.$route.query.pageType
}, },
total: 0, total: 0,
list: [], list: [],
@ -189,9 +191,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: null, billNo: null,
productId: null, productId: null,
@ -203,6 +202,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.$route.query.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
@ -259,6 +259,7 @@ export default {
}, },
created() { created() {
this.getList(); this.getList();
this.pageType = this.$route.query.pageType;
}, },
} }
; ;

@ -145,6 +145,7 @@
:before-close="handleClose" :before-close="handleClose"
> >
<purContractEdit <purContractEdit
:pageType="pageType"
:isChang="isChang" :isChang="isChang"
:closeDialog="closeDialog" :closeDialog="closeDialog"
v-on:cancelDialog="getId" v-on:cancelDialog="getId"
@ -161,6 +162,7 @@
:close-on-press-escape="false" :close-on-press-escape="false"
> >
<purContractSelectPlan <purContractSelectPlan
:pageType="pageType"
:invList = "this.invList" :invList = "this.invList"
:closeDialog="closeDialogSp" :closeDialog="closeDialogSp"
></purContractSelectPlan> ></purContractSelectPlan>
@ -200,6 +202,7 @@ export default {
name: "purContract", name: "purContract",
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -217,7 +220,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: null invCode: null,
pageType: this.$route.query.pageType
}, },
invCodebe: null, invCodebe: null,
formName: null, formName: null,
@ -359,9 +363,6 @@ export default {
return obj return obj
}, },
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -376,7 +377,8 @@ export default {
status: 11, status: 11,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
invCode: null invCode: null,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList() this.getInvList()
@ -601,6 +603,7 @@ export default {
created() { created() {
this.getList(); this.getList();
this.getInvList(); this.getInvList();
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -170,6 +170,10 @@ import {auditOrder, delApplyDetail, listApplyDetail} from "@/api/purchase/purCon
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -204,6 +208,7 @@ export default {
targetInv: 1000, targetInv: 1000,
targetSubInv: null, targetSubInv: null,
targetBillAction: null, targetBillAction: null,
pageType: null,
}, },
formRules: {}, formRules: {},
codeArray: [], codeArray: [],
@ -264,6 +269,7 @@ export default {
submitFunction(status) { submitFunction(status) {
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
autoPurchase: this.formData.autoPurchase, autoPurchase: this.formData.autoPurchase,
targetSubInv: this.formData.targetSubInv, targetSubInv: this.formData.targetSubInv,

@ -301,6 +301,10 @@ import {findInvByUser} from "@/api/system/invSubWarehouse";
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -354,6 +358,7 @@ export default {
payAmount: null, payAmount: null,
payType: null, payType: null,
payDate: null, payDate: null,
pageType: null,
}, },
pId: null, pId: null,
formRules: {}, formRules: {},
@ -492,6 +497,7 @@ submitFunction(status)
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.id = this.pId; this.formData.id = this.pId;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
editStatus: status, editStatus: status,
purContractEntity: this.formData, purContractEntity: this.formData,

@ -200,6 +200,7 @@ export default {
name: "purContract", name: "purContract",
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -217,7 +218,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: null invCode: null,
pageType: this.$route.query.pageType
}, },
invCodebe: null, invCodebe: null,
formName: null, formName: null,
@ -359,9 +361,6 @@ export default {
return obj return obj
}, },
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -376,7 +375,8 @@ export default {
status: 12, status: 12,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
invCode: null invCode: null,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList() this.getInvList()
@ -601,6 +601,7 @@ export default {
created() { created() {
this.getList(); this.getList();
this.getInvList(); this.getInvList();
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -94,7 +94,7 @@
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)" v-show="(scope.row.status=='' || scope.row.status==1) " >删除</el-button> <el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)" v-show="(scope.row.status=='' || scope.row.status==1) " >删除</el-button>
<el-button type="text" size="small" @click.native.stop="showApprovalFlowDetail(scope.row)" <el-button type="text" size="small" @click.native.stop="showApprovalFlowDetail(scope.row)"
v-show=" scope.row.status != 1 && scope.row.status !='' ">审批详情 v-show=" scope.row.status != 1 && scope.row.status !='' ">审批
</el-button> </el-button>
</template> </template>
@ -200,6 +200,7 @@ export default {
name: "purContract", name: "purContract",
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -217,7 +218,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: null invCode: null,
pageType: this.$route.query.pageType
}, },
invCodebe: null, invCodebe: null,
formName: null, formName: null,
@ -376,7 +378,8 @@ export default {
status: 10, status: 10,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
invCode: null invCode: null,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList() this.getInvList()
@ -601,6 +604,7 @@ export default {
created() { created() {
this.getList(); this.getList();
this.getInvList(); this.getInvList();
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -123,6 +123,10 @@ import {importPlan} from "@/api/purchase/purContract";
export default { export default {
name: "purContractSelectPlan", name: "purContractSelectPlan",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -166,6 +170,7 @@ export default {
total:0, total:0,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType,
} }
} }
}, },

@ -121,6 +121,10 @@ import {listPlan, listApplyDetail} from "@/api/purchase/purContract";
export default { export default {
name: "purContractSelectPlan", name: "purContractSelectPlan",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -174,6 +178,7 @@ export default {
total:0, total:0,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType,
}, },
detailquery: detailquery:
{ {

@ -389,6 +389,7 @@
:before-close="handleClose" :before-close="handleClose"
> >
<purPlanEdit <purPlanEdit
:pageType="pageType"
:isChang="isChang" :isChang="isChang"
:closeDialog="closeDialog" :closeDialog="closeDialog"
v-on:cancelDialog="getId" v-on:cancelDialog="getId"
@ -411,6 +412,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -427,7 +429,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: '' invCode: '',
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
invCodebe: null, invCodebe: null,
@ -505,9 +508,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -521,6 +521,7 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList(this); this.getInvList(this);
@ -752,6 +753,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -321,6 +321,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
@ -335,6 +336,7 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
invCodebe: null, invCodebe: null,
@ -413,9 +415,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -429,6 +428,7 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList(this); this.getInvList(this);
@ -602,6 +602,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -224,6 +224,10 @@ import {parseTime} from "@/utils/coTools";
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -258,6 +262,7 @@ export default {
targetInv: 1000, targetInv: 1000,
targetSubInv: null, targetSubInv: null,
targetBillAction: null, targetBillAction: null,
pageType: null,
}, },
formRules: {}, formRules: {},
codeArray: [], codeArray: [],
@ -337,6 +342,7 @@ export default {
submitFunction(status) { submitFunction(status) {
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
autoPurchase: this.formData.autoPurchase, autoPurchase: this.formData.autoPurchase,
targetSubInv: this.formData.targetSubInv, targetSubInv: this.formData.targetSubInv,

@ -265,6 +265,10 @@ import selectWarlockBag from "@/views/basic/destiny/warlockBagModel";
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -296,6 +300,7 @@ export default {
locStorageCode: null, locStorageCode: null,
invWarehouseCode: null, invWarehouseCode: null,
supId: null, supId: null,
pageType: null,
}, },
pId: null, pId: null,
formRules: {}, formRules: {},
@ -423,6 +428,7 @@ export default {
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.id = this.pId; this.formData.id = this.pId;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
editStatus: status, editStatus: status,
purOrderEntity: this.formData, purOrderEntity: this.formData,

@ -468,6 +468,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
BASE_URL: process.env.VUE_APP_BASE_API, BASE_URL: process.env.VUE_APP_BASE_API,
filterQuery: { filterQuery: {
@ -482,6 +483,7 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
pageType: this.$route.query.pageType
}, },
Menustatus: null, Menustatus: null,
filePath: "", filePath: "",
@ -619,6 +621,7 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
pageType: this.$route.query.pageType
}; };
this.actAuditDateRange = []; this.actAuditDateRange = [];
this.actDateRange = []; this.actDateRange = [];
@ -837,6 +840,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -261,6 +261,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
billNo: null, billNo: null,
@ -273,6 +274,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.$route.query.pageType
}, },
total: 0, total: 0,
tableHeader:[], tableHeader:[],
@ -363,6 +365,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
@ -435,6 +438,7 @@ export default {
this.fromList = re.data.fromList; this.fromList = re.data.fromList;
this.getList(); this.getList();
}); });
this.pageType = this.$route.query.pageType;
}, },
} }
; ;

@ -405,6 +405,7 @@
:before-close="handleClose" :before-close="handleClose"
> >
<purPlanEdit <purPlanEdit
:pageType="pageType"
:isChang="isChang" :isChang="isChang"
:closeDialog="closeDialog" :closeDialog="closeDialog"
v-on:cancelDialog="getId" v-on:cancelDialog="getId"
@ -427,6 +428,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
pId: null, pId: null,
@ -443,7 +445,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency: '', emergency: '',
deptCode: '', deptCode: '',
invCode: null invCode: null,
pageType: this.$route.query.pageType
}, },
invCodebe: null, invCodebe: null,
formName: null, formName: null,
@ -521,9 +524,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -537,7 +537,8 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
invCode: null invCode: null,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getInvList(this) this.getInvList(this)
@ -772,6 +773,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -404,6 +404,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
@ -418,7 +419,8 @@ export default {
editStatus: 1, editStatus: 1,
emergency:'', emergency:'',
deptCode:'', deptCode:'',
invCode:null invCode:null,
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
formMap: { formMap: {
@ -513,7 +515,8 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
invCode:null invCode:null,
pageType: this.pageType
}; };
this.getInvList(this) this.getInvList(this)
this.actDateRange = []; this.actDateRange = [];
@ -691,6 +694,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -210,6 +210,10 @@ import {getLocalJoinByUser} from "@/api/basic/busType";
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -244,6 +248,7 @@ export default {
targetInv: 1000, targetInv: 1000,
targetSubInv: null, targetSubInv: null,
targetBillAction: null, targetBillAction: null,
pageType: null,
}, },
sysApprovalFlowConfig: false, sysApprovalFlowConfig: false,
approvalFlowDetailVisible: false, approvalFlowDetailVisible: false,
@ -325,6 +330,7 @@ export default {
submitFunction(status) { submitFunction(status) {
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
autoPurchase:this.formData.autoPurchase, autoPurchase:this.formData.autoPurchase,
targetSubInv:this.formData.targetSubInv, targetSubInv:this.formData.targetSubInv,

@ -214,6 +214,10 @@ import selectWarlockBag from "@/views/basic/destiny/warlockBagModel";
export default { export default {
name: "idQuery", name: "idQuery",
props: { props: {
pageType: {
type: Object,
required: true,
},
closeDialog: { closeDialog: {
type: Function, type: Function,
required: true, required: true,
@ -245,6 +249,7 @@ export default {
deptCode: null, deptCode: null,
locStorageCode: null, locStorageCode: null,
invWarehouseCode: null, invWarehouseCode: null,
pageType: null,
}, },
pId: null, pId: null,
formRules: {}, formRules: {},
@ -370,6 +375,7 @@ export default {
let tMessage = status === '1' ? '保存' : '提交'; let tMessage = status === '1' ? '保存' : '提交';
this.loading = true; this.loading = true;
this.formData.id = this.pId; this.formData.id = this.pId;
this.formData.pageType = this.pageType
let tQuery = { let tQuery = {
editStatus: status, editStatus: status,
purPlanEntity: this.formData, purPlanEntity: this.formData,

@ -454,6 +454,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'}, defaultSort: {prop: 'createTime', order: 'desc'},
filterQuery: { filterQuery: {
billAction: null, billAction: null,
@ -467,6 +468,7 @@ export default {
editStatus: 1, editStatus: 1,
emergency:'', emergency:'',
deptCode:'', deptCode:'',
pageType: this.$route.query.pageType
}, },
formName: null, formName: null,
formMap: { formMap: {
@ -586,9 +588,6 @@ export default {
_this.approvalFlowDetailVisible = true; _this.approvalFlowDetailVisible = true;
}, },
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -602,6 +601,7 @@ export default {
type: 1, type: 1,
editStatus: 1, editStatus: 1,
deptCode: this.invCodebe, deptCode: this.invCodebe,
pageType: this.pageType
}; };
this.getInvList(this); this.getInvList(this);
this.actDateRange = []; this.actDateRange = [];
@ -788,6 +788,7 @@ export default {
this.queryList2 = re.data.queryList; this.queryList2 = re.data.queryList;
this.fromList2 = re.data.fromList; this.fromList2 = re.data.fromList;
}); });
this.pageType = this.$route.query.pageType;
} }
, ,
} }

@ -259,6 +259,7 @@ import {
export default { export default {
data() { data() {
return { return {
pageType: null,
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
billNo: null, billNo: null,
@ -271,6 +272,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType
}, },
total: 0, total: 0,
tableHeader:[], tableHeader:[],
@ -347,9 +349,6 @@ export default {
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: null, billNo: null,
productId: null, productId: null,
@ -361,6 +360,7 @@ export default {
endDate: null, endDate: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();
@ -432,6 +432,7 @@ export default {
this.queryList = re.data.queryList; this.queryList = re.data.queryList;
this.fromList = re.data.fromList; this.fromList = re.data.fromList;
this.getList(); this.getList();
this.pageType = this.$route.query.pageType;
}); });
}, },
} }

@ -85,6 +85,10 @@ import {delOrder, addPlanDetailAndOrder,listOrderDetail} from "@/api/purchase/pu
export default { export default {
name: "selectPlanListDialog", name: "selectPlanListDialog",
props: { props: {
pageType: {
type: Object,
required: true,
},
data: { data: {
type: Object, type: Object,
required: true, required: true,
@ -103,12 +107,12 @@ export default {
return { return {
showSearch: true, showSearch: true,
filterQuery: { filterQuery: {
billAction: null, billAction: null,
billNo: "", billNo: "",
originType: null, originType: null,
page: 1, page: 1,
limit: 10, limit: 10,
pageType: this.pageType,
}, },
formName: null, formName: null,
statusMap: { statusMap: {
@ -167,9 +171,6 @@ export default {
}, },
methods: { methods: {
onReset() { onReset() {
this.$router.push({
path: "",
});
this.filterQuery = { this.filterQuery = {
billNo: "", billNo: "",
thirdSysFk: "", thirdSysFk: "",
@ -182,6 +183,7 @@ export default {
corpName: null, corpName: null,
type: 1, type: 1,
editStatus: 1, editStatus: 1,
pageType: this.pageType,
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save