@@ -271,4 +271,9 @@ export default defineComponent({
border-bottom: 0px;
border-left: 0px;
}
+.headClass{
+ background-image: url('../resource/img/bj.png') !important;
+ background-repeat: no-repeat;
+ background-size: 100% auto;
+}
diff --git a/src/views/invoicing/ConfigMaterial/components/QianyiForm.vue b/src/views/invoicing/ConfigMaterial/components/QianyiForm.vue
index dd1c037..9d00b17 100644
--- a/src/views/invoicing/ConfigMaterial/components/QianyiForm.vue
+++ b/src/views/invoicing/ConfigMaterial/components/QianyiForm.vue
@@ -161,7 +161,7 @@ import { e } from 'unocss';
}else if(model.qycj == '1'){//迁移到二级
model.typeId = "";
if(!model.categoryId){
- createMessage.success("请选择一级分类!");
+ createMessage.error("请选择一级分类!");
return;
}
}else{
@@ -170,14 +170,18 @@ import { e } from 'unocss';
return;
}
if(!model.categoryId){
- createMessage.success("请选择一级分类!");
+ createMessage.error("请选择一级分类!");
return;
}
if(!model.typeId){
- createMessage.success("请选择二级分类!");
+ createMessage.error("请选择二级分类!");
return;
}
}
+ if(model.id == model.typeId){
+ createMessage.error("不能选择自己作为上级分类!");
+ return;
+ }
defHttp.post({ url: '/invoicing/configMaterialMedication/editQianyi', params: model }).then((res) => {
emit('ok');
});
From 9ff475f524f6de49c87840a82a9bf076aca3bd1f Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 7 Aug 2025 15:42:59 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=96=99?=
=?UTF-8?q?=E5=90=AF=E7=94=A8=E5=81=9C=E7=94=A8=E5=8F=AF=E6=93=8D=E4=BD=9C?=
=?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 6 +++---
.../ConfigMaterial/ConfigMaterialInfoList.vue | 14 +++++++++-----
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/.env.production b/.env.production
index 3a10e4e..e2c31c4 100644
--- a/.env.production
+++ b/.env.production
@@ -2,7 +2,7 @@
VITE_USE_MOCK = false
# 发布路径
-VITE_PUBLIC_PATH = /biz103
+VITE_PUBLIC_PATH = /biz101
# 是否启用gzip或brotli压缩
# 选项值: gzip | brotli | none
@@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填)
-VITE_GLOB_API_URL=/nursingunit103
+VITE_GLOB_API_URL=/nursingunit101
#后台接口全路径地址(必填)
-VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit103
+VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=
diff --git a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue
index 26d0b5f..daf8811 100644
--- a/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue
+++ b/src/views/invoicing/ConfigMaterial/ConfigMaterialInfoList.vue
@@ -85,24 +85,28 @@
添加本级
-
+
添加下级
-
+
添加物料
-
+
重命名
-
+
启用
停用
-
+
迁移
+
+
+ 暂无操作
+