|
@@ -3,6 +3,7 @@ import { computed, onMounted, ref } from "vue";
|
|
|
import { useRoute, useRouter } from "vue-router";
|
|
|
import { httpStatus, httpInfo } from "/@/api/purchase/ticketReturn";
|
|
|
import { useResponseHandle } from "/@/hooks";
|
|
|
+
|
|
|
import TicketDetail from "./components/ticket-detail/index.vue";
|
|
|
import FinancialAudit from "./components/approval-process/financial-audit.vue";
|
|
|
import Authentication from "./components/approval-process/authentication.vue";
|
|
@@ -47,12 +48,6 @@ async function requestChangeInvStatus(otherParams: any) {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-// 测试状态;
|
|
|
-// httpStatus({
|
|
|
-// hpNo: hpNo.value,
|
|
|
-// status: "3"
|
|
|
-// });
|
|
|
-
|
|
|
//初始化采购回票详情数据
|
|
|
onMounted(() => requesetInvDetail());
|
|
|
</script>
|