feat: 增加"精包"选项并调整请求超时时间
- 在多个表单的包装要求选项中新增"精包"选项 - 将axios请求超时时间从20000毫秒调整为30000毫秒 - 在CRM订单详情中将包装要求输入框改为下拉选择框
This commit is contained in:
14
klp-ui/src/views/wms/report/repair/zinc.vue
Normal file
14
klp-ui/src/views/wms/report/repair/zinc.vue
Normal 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>
|
||||
Reference in New Issue
Block a user