Commit 03c6172c authored by dragondean@qq.com's avatar dragondean@qq.com

费用申请小改

parent c98d1d1c
...@@ -89,11 +89,10 @@ import { ...@@ -89,11 +89,10 @@ import {
qetBatchFeeByBusinessId, getBatchFeeByBusinessId qetBatchFeeByBusinessId, getBatchFeeByBusinessId
} from "@/api/ecw/order"; } from "@/api/ecw/order";
import { getDictDatas, DICT_TYPE } from '@/utils/dict'; import { getDictDatas, DICT_TYPE } from '@/utils/dict';
import Template from "@/views/cms/template";
import workFlow from "@/components/WorkFlow"; import workFlow from "@/components/WorkFlow";
export default { export default {
name: "feeApplication", name: "feeApplication",
components: {Template,workFlow}, components: {workFlow},
props:{ props:{
orderId:[Number, String], orderId:[Number, String],
dialogVisible:{ dialogVisible:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment