|
@@ -61,11 +61,19 @@
|
|
|
v-if="flowForm.submitType === '10'"
|
|
|
@auxiliaryChange="(e) => getAuxiliaryData(e)"
|
|
|
></PurchaseEHSD>
|
|
|
- <SendPurchase
|
|
|
+ <!-- <SendPurchase
|
|
|
ref="makeDom"
|
|
|
:queryData="queryData.data"
|
|
|
v-else
|
|
|
@auxiliaryChange="(e) => getAuxiliaryData(e)"
|
|
|
+ ></SendPurchase> -->
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <template v-else-if="flowForm.flowKey == 'purchase_flow'">
|
|
|
+ <SendPurchase
|
|
|
+ ref="makeDom"
|
|
|
+ :queryData="queryData.data"
|
|
|
+ @auxiliaryChange="(e) => getAuxiliaryData(e)"
|
|
|
></SendPurchase>
|
|
|
</template>
|
|
|
|
|
@@ -597,6 +605,10 @@ const skipPage = () => {
|
|
|
router.replace({
|
|
|
path: "/ehsd/procurement/subscribe",
|
|
|
});
|
|
|
+ } else if (flowForm.flowKey == "purchase_flow") {
|
|
|
+ router.replace({
|
|
|
+ name: "Purchase",
|
|
|
+ });
|
|
|
} else if (flowForm.flowKey == "account_request_funds_flow") {
|
|
|
router.replace({
|
|
|
path: "/ehsd/fundManage/funds",
|