From 8d8c28f7bf0dbaa0bad2e595e9593b5adfaaf06b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 19 三月 2026 17:04:55 +0800
Subject: [PATCH] 添加 生产领料检验 可修改数量功能 其他出库 出库类型修改
---
locale/zh-Hans.json | 3 ++-
manifest.json | 4 ++--
pages/qitachuku_v2/OtherOutBill.vue | 13 +++++++------
pages/tiaomachaima/tiaomachaima2.vue | 4 ++--
4 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json
index 56a693c..39c651c 100644
--- a/locale/zh-Hans.json
+++ b/locale/zh-Hans.json
@@ -17,7 +17,8 @@
"Kf_OtherOutBill_PDA": {
"title": "鍏朵粬鍑哄簱鍗�",
"disabledPlaceholder": "",
- "placeholder_FIFOWarehouse": ""
+ "placeholder_FIFOWarehouse": "",
+ "stockOutStyleList": "鍑哄簱绫诲瀷"
},
"SellOutBill_PDA": {
"title": "閿�鍞嚭搴撳崟"
diff --git a/manifest.json b/manifest.json
index e787616..77888b6 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "鏅轰簯LMES",
"appid" : "__UNI__B002F49",
"description" : "",
- "versionName" : "2.099",
- "versionCode" : 299,
+ "versionName" : "3.000",
+ "versionCode" : 300,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/pages/qitachuku_v2/OtherOutBill.vue b/pages/qitachuku_v2/OtherOutBill.vue
index 5c3579a..923b27f 100644
--- a/pages/qitachuku_v2/OtherOutBill.vue
+++ b/pages/qitachuku_v2/OtherOutBill.vue
@@ -127,13 +127,13 @@
</view>
</view>
<view class="form-item">
- <view class="title">鍑哄簱绫诲瀷:</view>
- <zxz-uni-data-select v-if="showHSupName" required class="right" :localdata="stockOutStyleList"
+ <view class="title">{{$t('Kf_OtherOutBill_PDA.stockOutStyleList')}}:</view>
+ <zxz-uni-data-select required class="right" :localdata="stockOutStyleList"
dataKey="HName" dataValue="HName" v-model="hform.HStockStyle">
</zxz-uni-data-select>
- <view class="righton" v-if="!showHSupName">
- <input name="HSupName" disabled v-model="hform.HSupName" placeholder="璇烽�夋嫨渚涘簲鍟�" />
- </view>
+ <!-- <view class="righton" v-if="!showHSupName">
+ <input name="stockOutSty" disabled v-model="hform.HStockStyle" placeholder="璇烽�夋嫨鍑哄簱绫诲瀷" />
+ </view> -->
</view>
<view class="form-item">
<view class="title">
@@ -1771,7 +1771,8 @@
this.hform.HBillNo = data.HBillNo
this.hform.HMainSourceBillType = data.HSourceBillType
this.hform.HSourceBillNo = data.HSourceBillNo
-
+ this.hform.HStockStyle = data.HStockStyle
+
let index = this.arrayHMainSourceBillValue.findIndex(e => e == data
.HSourceBillType)
if (index != -1) {
diff --git a/pages/tiaomachaima/tiaomachaima2.vue b/pages/tiaomachaima/tiaomachaima2.vue
index fe3f7ad..48319d4 100644
--- a/pages/tiaomachaima/tiaomachaima2.vue
+++ b/pages/tiaomachaima/tiaomachaima2.vue
@@ -260,7 +260,7 @@
}
},
(err) => {
- console.err(err)
+ console.error(err)
this.barCodeCall = false
}
)
@@ -368,7 +368,7 @@
}
},
(err) => {
- console.err(err)
+ console.error(err)
},
"POST"
)
--
Gitblit v1.9.1