feat: 增加"精包"选项并调整请求超时时间

- 在多个表单的包装要求选项中新增"精包"选项
- 将axios请求超时时间从20000毫秒调整为30000毫秒
- 在CRM订单详情中将包装要求输入框改为下拉选择框
This commit is contained in:
2026-04-30 13:58:09 +08:00
parent 12b3f0556d
commit 945c3560eb
15 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div>
<merge-template :actionType="521"></merge-template>
</div>
</template>
<script>
import mergeTemplate from "@/views/wms/report/template/merge.vue";
export default {
components: {
mergeTemplate,
},
}
</script>