diff --git a/src/components/TabBar/index.vue b/src/components/TabBar/index.vue
index 6e91521..29dd664 100644
--- a/src/components/TabBar/index.vue
+++ b/src/components/TabBar/index.vue
@@ -76,12 +76,12 @@ const state = reactive({
// path: "/pagesConfig/index",
path: "/pagesHome/config",
},
- {
- text: "配置旧",
- icon: "config.png",
- activeIcon: "config_active.png",
- path: "/pagesHome/index1",
- },
+ // {
+ // text: "配置旧",
+ // icon: "config.png",
+ // activeIcon: "config_active.png",
+ // path: "/pagesHome/index1",
+ // },
{
text: "我的",
icon: "profile.png",
diff --git a/src/pagesConfig/components/avatar-input.vue b/src/pagesConfig/components/avatar-input.vue
index edb1109..3166c04 100644
--- a/src/pagesConfig/components/avatar-input.vue
+++ b/src/pagesConfig/components/avatar-input.vue
@@ -3,7 +3,7 @@
@@ -31,7 +31,7 @@ const props = defineProps<{
}>();
const emit = defineEmits(["changeValue"]);
const num = ref(props.value);
-const handleInput = (event) => {
+const handleInput = (event:any) => {
const value = parseInt(event.target.value);
if (!isNaN(value) && value >= 1) {
num.value = value;
@@ -59,7 +59,7 @@ const decrease = () => {
align-items: center;
justify-items: center;
border: 1px solid rgba(0, 0, 0, 0.15);
- padding: 0rpx 8rpx;
+ padding: 4px;
border-radius: 5px;
margin: 0rpx 16rpx;
.uni-input {
diff --git a/src/pagesConfig/otherConfig.vue b/src/pagesConfig/otherConfig.vue
index e285a55..8270972 100644
--- a/src/pagesConfig/otherConfig.vue
+++ b/src/pagesConfig/otherConfig.vue
@@ -1,5 +1,5 @@
-
+
终端机自动打单配置
收货-待审核联单打印 {
@@ -53,7 +53,7 @@
收货-已审核联单打印 {
@@ -66,7 +66,7 @@
出货-待结算联单打印 {
@@ -79,7 +79,7 @@
出货-已结算联单打印 {
@@ -112,6 +112,7 @@
>
{{ item.deviceName }}
@@ -128,7 +129,7 @@
天后自动结算
-
+
{
uni.showToast({
title: "设置更新成功",
});
+ uni.navigateBack();
}
});
};
@@ -206,7 +208,7 @@ const showSelect = () => {
state.show = true;
};
-const selectClick = (v:any) => {
+const selectClick = (v: any) => {
state.formData.settlementConfig = v.id;
state.show = false;
};
@@ -248,4 +250,9 @@ const selectClick = (v:any) => {
border-radius: 5px;
margin: 0rpx 16rpx;
}
+.app-container {
+ height: calc(100vh - 70px);
+ overflow: scroll;
+ position: relative;
+}
diff --git a/src/pagesConfig/printDetail.vue b/src/pagesConfig/printDetail.vue
index a86edf4..3f3fbd1 100644
--- a/src/pagesConfig/printDetail.vue
+++ b/src/pagesConfig/printDetail.vue
@@ -8,13 +8,22 @@
:checked="item.templateDeleted"
:activeColor="'#00D2E3'"
:usedAlone="true"
- @change="(v) => {item.templateDeleted = v}"
+ @change="
+ (v:any) => {
+ item.templateDeleted = v;
+ }
+ "
>
-
+