Merge branch 'dev' of http://47.122.114.111:9999/qinjianhui/factory_front into wq
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -24,6 +24,7 @@ |
"vue-dompurify-html": "^5.1.0", | ||
"vue-router": "^4.3.0", | ||
"vue-tsc": "^2.1.10", | ||
"vxe-table": "^4.13.31", | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -31,7 +32,7 @@ |
"@typescript-eslint/eslint-plugin": "^7.1.1", | ||
"@typescript-eslint/parser": "^7.1.1", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vitejs/plugin-vue-jsx": "^4.1.0", | ||
"@vitejs/plugin-vue-jsx": "^4.2.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
... | ... |
src/api/logistics.ts
0 → 100644
src/components/CustomizeForm.tsx
0 → 100644
src/components/Form.vue/AmountInput.vue
0 → 100644
src/components/Form.vue/DatePicker.vue
0 → 100644
src/components/Form.vue/DateRangePicker.vue
0 → 100644
src/components/Form.vue/Select.vue
0 → 100644
src/components/Form.vue/Switch .vue
0 → 100644
src/components/Form.vue/form.scss
0 → 100644
src/components/SearchForm.tsx
0 → 100644
src/components/VxeTable.tsx
0 → 100644
src/components/docx/CustomizeForm.md
0 → 100644
src/components/docx/SearchForm.md
0 → 100644
src/components/docx/VxeTable.md
0 → 100644
src/types/searchType.ts
0 → 100644
src/utils/validate.ts
0 → 100644
src/views/logistics/components/LogDialog.tsx
0 → 100644
src/views/logistics/declarationRule.vue
0 → 100644
src/views/logistics/hooks/useValue.ts
0 → 100644
src/views/logistics/logisticsCalculate.vue
0 → 100644
src/views/logistics/logisticsCompany.vue
0 → 100644
src/views/logistics/logisticsMethod.vue
0 → 100644
src/views/logistics/logisticsPartition.vue
0 → 100644
src/views/logistics/logisticsQuotation.vue
0 → 100644
src/views/logistics/shippingAddress.vue
0 → 100644
src/views/logistics/types/declarationRule.ts
0 → 100644
src/views/logistics/types/logistics.ts
0 → 100644
src/views/logistics/types/shippingAddress.ts
0 → 100644
Please
register
or
sign in
to comment