From fa513b529614910b5ecb3bdf2ad4b9f75b66e943 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 13 十一月 2025 09:59:27 +0800
Subject: [PATCH] 1
---
pages/ZLGL/shoujianjianyan/form.vue | 2 +-
pages/shouliaotongzhi/table.vue | 4 ++--
manifest.json | 4 ++--
pages.json | 13 +++++++++++++
pages/ZLGL/xunjianjianyan/form.vue | 2 +-
pages/tiaomaguanli/table.vue | 1 +
pages/index/index.vue | 14 +++++++++++++-
7 files changed, 33 insertions(+), 7 deletions(-)
diff --git a/manifest.json b/manifest.json
index 53123f8..3883949 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "鏅轰簯LMES",
"appid" : "__UNI__B002F49",
"description" : "",
- "versionName" : "2.0.12",
- "versionCode" : 212,
+ "versionName" : "2.0.16",
+ "versionCode" : 216,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/pages.json b/pages.json
index 3ac0abc..1fc51f3 100644
--- a/pages.json
+++ b/pages.json
@@ -916,6 +916,12 @@
}
},
{
+ "path": "pages/tiaomaguanli/table_son",
+ "style": {
+ "navigationBarTitleText": "鏉$爜鐢熸垚"
+ }
+ },
+ {
"path": "pages/tiaomaguanli/table",
"style": {
"navigationBarTitleText": "鏉$爜绠$悊"
@@ -1246,6 +1252,13 @@
"style": {
"navigationBarTitleText": "宸℃鍗�"
}
+ },
+ {
+ "path" : "pages/multiBarcodeVerification/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "鏉$爜鎵撳嵃"
+ }
}
],
"tabBar": {
diff --git a/pages/ZLGL/shoujianjianyan/form.vue b/pages/ZLGL/shoujianjianyan/form.vue
index 3893f38..e9fe29b 100644
--- a/pages/ZLGL/shoujianjianyan/form.vue
+++ b/pages/ZLGL/shoujianjianyan/form.vue
@@ -2177,7 +2177,7 @@
.sampleDestory {
border: 1px solid #acacac;
- border-radius: 10%;
+ border-radius: 5rpx;
padding: 0 12rpx;
}
}
diff --git a/pages/ZLGL/xunjianjianyan/form.vue b/pages/ZLGL/xunjianjianyan/form.vue
index 02ca5ed..b1750f5 100644
--- a/pages/ZLGL/xunjianjianyan/form.vue
+++ b/pages/ZLGL/xunjianjianyan/form.vue
@@ -2177,7 +2177,7 @@
.sampleDestory {
border: 1px solid #acacac;
- border-radius: 10%;
+ border-radius: 5rpx;
padding: 0 12rpx;
}
}
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b40559e..ba4d3ba 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -273,7 +273,19 @@
url: '/pages/zhuangxiangdan/form',
id: 30,
hidden: false,
- },
+ },{
+ img: '../../static/icon/icon8.png',
+ text: '涓夌爜鍚堜竴鏍¢獙',
+ url: '/pages/multiBarcodeVerification/index?openType=1',
+ id: 31,
+ hidden: false,
+ },{
+ img: '../../static/icon/icon8.png',
+ text: '鍥涚爜鍚堜竴鏍¢獙',
+ url: '/pages/multiBarcodeVerification/index?openType=2',
+ id: 32,
+ hidden: false,
+ }
],
// itemData: [{
diff --git a/pages/shouliaotongzhi/table.vue b/pages/shouliaotongzhi/table.vue
index 2cd19e2..88d092f 100644
--- a/pages/shouliaotongzhi/table.vue
+++ b/pages/shouliaotongzhi/table.vue
@@ -225,12 +225,12 @@
}
},
toSon(item) {
+ console.log(item)
// 鏍规嵁鏉′欢鍒ゆ柇鏄惁鍘诲瓙椤甸潰锛屽鏋滄槸澶氭潯鐮佹墦鍗版ā寮忥紝鍒欏瓨鍏ョ紦瀛�
if (!this.MultiCodePrint) {
uni.navigateTo({
url: './table_son?OperationType=1&closeType=1&linterid=' + item.hmainid + '&hsubid=' +
- item
- .hsubid
+ item.hsubid
})
} else {
this.setPrintableWaitInfo(item)
diff --git a/pages/tiaomaguanli/table.vue b/pages/tiaomaguanli/table.vue
index bc6d403..424b1c5 100644
--- a/pages/tiaomaguanli/table.vue
+++ b/pages/tiaomaguanli/table.vue
@@ -185,6 +185,7 @@
}
},
toSon(item) {
+ console.log(item)
uni.navigateTo({
url: './table_son?OperationType=1&closeType=1&linterid=' + item.hmainid + '&hsubid=' + item
.hsubid + '&HBillType=' + this.baseInfo.HBillType
--
Gitblit v1.9.1