From ab705b4739605af23e126813148a2b9c1abfd4c4 Mon Sep 17 00:00:00 2001
From: Yang <903110162@qq.com>
Date: Tue, 11 Apr 2023 14:04:01 +0800
Subject: [PATCH 1/3] commit by yzf
---
components.d.ts | 6 ++++
.../Need/components/EditFSuccedaneum.vue | 33 ++++++++++++-------
src/views/Order/components/ShowMaterial.vue | 5 +--
3 files changed, 31 insertions(+), 13 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 7e78672..166ff00 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -12,6 +12,8 @@ declare module '@vue/runtime-core' {
LayCheckbox: typeof import('@layui/layui-vue')['LayCheckbox']
LayCheckboxGroup: typeof import('@layui/layui-vue')['LayCheckboxGroup']
LayCol: typeof import('@layui/layui-vue')['LayCol']
+ LayCollapse: typeof import('@layui/layui-vue')['LayCollapse']
+ LayCollapseItem: typeof import('@layui/layui-vue')['LayCollapseItem']
LayColorPicker: typeof import('@layui/layui-vue')['LayColorPicker']
LayConfigProvider: typeof import('@layui/layui-vue')['LayConfigProvider']
LayContainer: typeof import('@layui/layui-vue')['LayContainer']
@@ -31,6 +33,8 @@ declare module '@vue/runtime-core' {
LayLogo: typeof import('@layui/layui-vue')['LayLogo']
LayMenu: typeof import('@layui/layui-vue')['LayMenu']
LayMenuItem: typeof import('@layui/layui-vue')['LayMenuItem']
+ LayProgress: typeof import('@layui/layui-vue')['LayProgress']
+ LayQuote: typeof import('@layui/layui-vue')['LayQuote']
LayRadio: typeof import('@layui/layui-vue')['LayRadio']
LayRow: typeof import('@layui/layui-vue')['LayRow']
LayScroll: typeof import('@layui/layui-vue')['LayScroll']
@@ -42,6 +46,8 @@ declare module '@vue/runtime-core' {
LayTab: typeof import('@layui/layui-vue')['LayTab']
LayTabItem: typeof import('@layui/layui-vue')['LayTabItem']
LayTable: typeof import('@layui/layui-vue')['LayTable']
+ LayTooltip: typeof import('@layui/layui-vue')['LayTooltip']
+ LayUpload: typeof import('@layui/layui-vue')['LayUpload']
LightIcon: typeof import('./src/components/LightIcon.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
diff --git a/src/views/Need/components/EditFSuccedaneum.vue b/src/views/Need/components/EditFSuccedaneum.vue
index cbce28a..f0ba9ff 100644
--- a/src/views/Need/components/EditFSuccedaneum.vue
+++ b/src/views/Need/components/EditFSuccedaneum.vue
@@ -12,14 +12,14 @@
- 选择
+ 选择
- 询问框
-
+ 询问框
+
diff --git a/src/views/Order/components/ShowMaterial.vue b/src/views/Order/components/ShowMaterial.vue
index eb96441..e157e2c 100644
--- a/src/views/Order/components/ShowMaterial.vue
+++ b/src/views/Order/components/ShowMaterial.vue
@@ -139,6 +139,7 @@ export default {
});
}
});
+ debugger
this.dataColumn = dataColumn;
let result2 = await getPageList({
FPageSize: 99,
@@ -166,7 +167,7 @@ export default {
item["FBaseWeightUnit"]=item.FBaseUnit;
item["FCraftExplain"]=item.FCraftDesc;
return item;
-
+
}) || [];
},
cancelClick() {
diff --git a/yarn.lock b/yarn.lock
index 593f55e..eb9b99f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1293,10 +1293,10 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"
-esbuild-windows-64@0.14.39:
+esbuild-windows-32@0.14.39:
version "0.14.39"
- resolved "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.39.tgz"
- integrity sha512-E2wm+5FwCcLpKsBHRw28bSYQw0Ikxb7zIMxw3OPAkiaQhLVr3dnVO8DofmbWhhf6b97bWzg37iSZ45ZDpLw7Ow==
+ resolved "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.39.tgz"
+ integrity sha512-XPjwp2OgtEX0JnOlTgT6E5txbRp6Uw54Isorm3CwOtloJazeIWXuiwK0ONJBVb/CGbiCpS7iP2UahGgd2p1x+Q==
esbuild@^0.14.27, esbuild@>=0.13:
version "0.14.39"