|
@@ -163,8 +163,17 @@ export default {
|
|
|
supplierId: "",
|
|
|
goodsList: goodsList,
|
|
|
};
|
|
|
- this.titleText = "add";
|
|
|
- this.open = true;
|
|
|
+ this.$router.push({
|
|
|
+ path: "/process/examinationApproval/index",
|
|
|
+ query: {
|
|
|
+ id: "",
|
|
|
+ processInstanceId: "",
|
|
|
+ flowCode: "PURCHASE",
|
|
|
+ detailsData: JSON.stringify({ ...this.form }),
|
|
|
+ },
|
|
|
+ });
|
|
|
+ // this.titleText = "add";
|
|
|
+ // this.open = true;
|
|
|
},
|
|
|
handlePurchases() {
|
|
|
if (!this.selectData.length > 0)
|
|
@@ -444,7 +453,7 @@ export default {
|
|
|
}
|
|
|
.body-main {
|
|
|
flex: 1;
|
|
|
- overflow-y: auto;
|
|
|
+ overflow-y: auto !important;
|
|
|
}
|
|
|
}
|
|
|
</style>
|