From 8c2f9b02156078a84b8e9bd10417e82de0801675 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 23 十月 2025 10:41:02 +0800
Subject: [PATCH] APP 添加惠康 生产领料单 扫码调用 API
---
pages/qitachuku_v2/form.vue | 1 +
manifest.json | 4 ++--
pages/shengchanlingliao/form.vue | 9 +++++++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/manifest.json b/manifest.json
index 6709bb4..1191ef6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "鏅轰簯LMES",
"appid" : "__UNI__B002F49",
"description" : "",
- "versionName" : "2.0.3",
- "versionCode" : 203,
+ "versionName" : "2.0.4",
+ "versionCode" : 204,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/pages/qitachuku_v2/form.vue b/pages/qitachuku_v2/form.vue
index 05a543b..1c1ee7a 100644
--- a/pages/qitachuku_v2/form.vue
+++ b/pages/qitachuku_v2/form.vue
@@ -1903,6 +1903,7 @@
font-weight: bold;
}
}
+
.right {
// width: 450rpx;
diff --git a/pages/shengchanlingliao/form.vue b/pages/shengchanlingliao/form.vue
index 1ba1810..d906f73 100644
--- a/pages/shengchanlingliao/form.vue
+++ b/pages/shengchanlingliao/form.vue
@@ -397,10 +397,15 @@
if (this.hform.HBillNo == "" || this.hform.HBillNo == undefined) {
return
}
-
+ let targetUrl = () => {
+ if(/鏅轰簯|鎯犲悍/.test(this.hform.HStockOrgName)){
+ return "/WEBSController/get_BillBarCode_BillCheck_Json_MateOut_HuiKang"
+ }
+ return "/WEBSController/get_BillBarCode_BillCheck_Json"
+ }
try {
let res = await CommonUtils.doRequest2Sync({
- url: '/WEBSController/get_BillBarCode_BillCheck_Json',
+ url: targetUrl(),
data: {
HBillNo: this.hform.HBillNo,
HBillType: this.hform.HBillType,
--
Gitblit v1.9.1