|
@@ -463,8 +463,7 @@
|
|
|
<el-button type="primary" :loading="state.loading">办理</el-button>
|
|
|
</template>
|
|
|
</el-popconfirm>
|
|
|
- <el-button type="primary" @click="onSubmit(ruleFormRef)" :loading="state.loading" v-else>办理</el-button>
|
|
|
- <el-button type="primary" @click="onSubmit(ruleFormRef)" :loading="state.loading" v-if="activeStep === 1">办理</el-button>
|
|
|
+ <el-button type="primary" @click="onSubmit(ruleFormRef)" :loading="state.loading" v-else-if="!isOverdueTips && activeStep === 1">办理</el-button>
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
@@ -477,7 +476,7 @@ import other from '@/utils/other';
|
|
|
import { useUserInfo } from '@/stores/userInfo';
|
|
|
import { storeToRefs } from 'pinia';
|
|
|
import { commonEnum } from '@/utils/constants';
|
|
|
-import { orderFlowParams, orderHandle, orderProcessTempSave, orderStartFlow, orderTimeConfig } from '@/api/business/order';
|
|
|
+import { orderFlowParams, orderHandle, orderProcessTempSave, orderReturnParams, orderStartFlow, orderTimeConfig } from '@/api/business/order';
|
|
|
import {
|
|
|
orderPrevious,
|
|
|
workflowNext,
|