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

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

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

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

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

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

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

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

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

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

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

@ -200,6 +200,7 @@ export default {
name: "purContract",
data() {
return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true,
pId: null,
@ -217,7 +218,8 @@ export default {
editStatus: 1,
emergency: '',
deptCode: '',
invCode: null
invCode: null,
pageType: this.$route.query.pageType
},
invCodebe: null,
formName: null,
@ -359,9 +361,6 @@ export default {
return obj
},
onReset() {
this.$router.push({
path: "",
});
this.filterQuery = {
billNo: "",
thirdSysFk: "",
@ -376,7 +375,8 @@ export default {
status: 12,
editStatus: 1,
deptCode: this.invCodebe,
invCode: null
invCode: null,
pageType: this.pageType
};
this.actDateRange = [];
this.getInvList()
@ -601,6 +601,7 @@ export default {
created() {
this.getList();
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="showApprovalFlowDetail(scope.row)"
v-show=" scope.row.status != 1 && scope.row.status !='' ">审批详情
v-show=" scope.row.status != 1 && scope.row.status !='' ">审批
</el-button>
</template>
@ -200,6 +200,7 @@ export default {
name: "purContract",
data() {
return {
pageType:null,
defaultSort: {prop: 'createTime', order: 'desc'},
showSearch: true,
pId: null,
@ -217,7 +218,8 @@ export default {
editStatus: 1,
emergency: '',
deptCode: '',
invCode: null
invCode: null,
pageType: this.$route.query.pageType
},
invCodebe: null,
formName: null,
@ -376,7 +378,8 @@ export default {
status: 10,
editStatus: 1,
deptCode: this.invCodebe,
invCode: null
invCode: null,
pageType: this.pageType
};
this.actDateRange = [];
this.getInvList()
@ -601,6 +604,7 @@ export default {
created() {
this.getList();
this.getInvList();
this.pageType = this.$route.query.pageType;
}
,
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save