From 17efcbea93bbc8b103e3abc977f405cc822483b3 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 06 三月 2026 10:29:32 +0800
Subject: [PATCH] 其他出库单/入库单多语言

---
 pages/qitaruku_v2/OtherInBill.vue   |  123 +++++++++++++-----------
 pages/qitachuku_v2/OtherOutBill.vue |  148 ++++++++++++++---------------
 2 files changed, 140 insertions(+), 131 deletions(-)

diff --git a/pages/qitachuku_v2/OtherOutBill.vue b/pages/qitachuku_v2/OtherOutBill.vue
index 713558e..e8b17ba 100644
--- a/pages/qitachuku_v2/OtherOutBill.vue
+++ b/pages/qitachuku_v2/OtherOutBill.vue
@@ -2,9 +2,9 @@
     <view>
         <view class="form">
             <view class="form-item">
-                <view class="title">鏉$爜:</view>
+                <view class="title">{{ $t("Kf_OtherOutBill_PDA.BarCode") == "Kf_OtherOutBill_PDA.BarCode" ? "鏉$爜" : $t("Kf_OtherOutBill_PDA.BarCode") }}锛�</view>
                 <view class="right" style="width: 380rpx;">
-                    <input :focus="BarCodeFocus" v-model="hform.HBarCode" placeholder="璇锋壂鎻�(鎴栬緭鍏�)鏉$爜"
+                    <input :focus="BarCodeFocus" v-model="hform.HBarCode" :placeholder="placeholder_BarCode"
                         @confirm="getCode(hform.HBarCode)" />
                 </view>
                 <view class="icon-wrapper">
@@ -12,107 +12,102 @@
                 </view>
             </view>
             <view class="form-item">
-                <view class="title">鏁伴噺:</view>
+                <view class="title">{{ $t("Kf_OtherOutBill_PDA.Qty") == "Kf_OtherOutBill_PDA.Qty" ? "鏁伴噺" : $t("Kf_OtherOutBill_PDA.Qty") }}锛�</view>
                 <view class="right">
-                    <input v-model="hform.HQty" placeholder="璇疯緭鍏ユ暟閲�" />
+                    <input v-model="hform.HQty" :placeholder="placeholder_Qty" />
                 </view>
             </view>
             <view class="form-item">
-                <view class="title">浠撳簱:</view>
+                <view class="title">{{ $t("Kf_OtherOutBill_PDA.Warehouse") == "Kf_OtherOutBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherOutBill_PDA.Warehouse") }}锛�</view>
                 <view class="right">
-                    <uni-combox :candidates="arrayHWHName" placeholder="璇疯緭鍏�(鎴栨壂鎻�)浠撳簱" v-model="hform.HWHName"
+                    <uni-combox :candidates="arrayHWHName" :placeholder="placeholder_Warehouse" v-model="hform.HWHName"
                         @input="HWHNameChange"></uni-combox>
                 </view>
             </view>
             <view class="form-item">
-                <view class="title">浠撲綅:</view>
+                <view class="title">{{ $t("Kf_OtherOutBill_PDA.StockPlace") == "Kf_OtherOutBill_PDA.StockPlace" ? "浠撲綅" : $t("Kf_OtherOutBill_PDA.StockPlace") }}锛�</view>
                 <view class="right" v-show="showHStockPlaceName">
-                    <uni-combox :candidates="HStockPlaceNameListComputed" placeholder="璇疯緭鍏�(鎴栨壂鎻�)浠撲綅"
+                    <uni-combox :candidates="HStockPlaceNameListComputed" :placeholder="placeholder_StockPlace"
                         v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                 </view>
                 <view class="righton" v-show="!showHStockPlaceName">
-                    <input v-model="hform.HStockPlaceName" :disabled="!showHStockPlaceName" placeholder="涓嶅彲鎿嶄綔" />
+                    <input v-model="hform.HStockPlaceName" :disabled="!showHStockPlaceName" :placeholder="$t('Kf_OtherOutBill_PDA.disabledPlaceholder')" />
                 </view>
             </view>
 
             <view class="tabs">
-                <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">閫夋嫨婧愬崟</view>
-                <view :class="tabs == 1 ? 'on':''" @tap="tabs = 1">琛ㄥご淇℃伅</view>
-                <view :class="tabs == 2 ? 'on':''" @tap="tabs = 2">鐗╂枡淇℃伅</view>
-                <view :class="tabs == 3 ? 'on':''" @tap="tabs = 3">鏉$爜淇℃伅</view>
-                <view :class="tabs == 4 ? 'on':''" @tap="tabs = 4">涓嬫灦淇℃伅</view>
+                <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">{{ $t("Kf_OtherOutBill_PDA.selectSource") == "Kf_OtherOutBill_PDA.selectSource" ? "閫夋嫨婧愬崟" : $t("Kf_OtherOutBill_PDA.selectSource") }}</view>
+                <view :class="tabs == 1 ? 'on':''" @tap="tabs = 1">{{ $t("Kf_OtherOutBill_PDA.tableInfo") == "Kf_OtherOutBill_PDA.tableInfo" ? "琛ㄥご淇℃伅" : $t("Kf_OtherOutBill_PDA.tableInfo") }}</view>
+                <view :class="tabs == 2 ? 'on':''" @tap="tabs = 2">{{ $t("Kf_OtherOutBill_PDA.materInfo") == "Kf_OtherOutBill_PDA.materInfo" ? "鐗╂枡淇℃伅" : $t("Kf_OtherOutBill_PDA.materInfo") }}</view>
+                <view :class="tabs == 3 ? 'on':''" @tap="tabs = 3">{{ $t("Kf_OtherOutBill_PDA.barInfo") == "Kf_OtherOutBill_PDA.barInfo" ? "鏉$爜淇℃伅" : $t("Kf_OtherOutBill_PDA.barInfo") }}</view>
+                <view :class="tabs == 4 ? 'on':''" @tap="tabs = 4">{{ $t("Kf_OtherOutBill_PDA.removeShelvesInfo") == "Kf_OtherOutBill_PDA.removeShelvesInfo" ? "涓嬫灦淇℃伅" : $t("Kf_OtherOutBill_PDA.removeShelvesInfo") }}</view>
             </view>
 
             <view v-if="tabs == 0">
                 <view class="form-item">
-                    <view class="title">婧愬崟绫诲瀷:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.SourceBillType") == "Kf_OtherOutBill_PDA.SourceBillType" ? "婧愬崟绫诲瀷" : $t("Kf_OtherOutBill_PDA.SourceBillType") }}锛�</view>
                     <view class="right" v-show="showHMainSourceBillType">
                         <picker :range="arrayHMainSourceBillType" v-model="HMainSourceBillType"
                             @change="HMainSourceBillTypeChange">
                             <view class="picker-overlay"></view>
                             <input disabled name="HMainSourceBillType" v-model="HMainSourceBillType"
-                                placeholder="璇烽�夋嫨婧愬崟绫诲瀷" />
-
+                                :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_SourceBillType')" />
                         </picker>
                     </view>
                     <view class="righton" v-show="!showHMainSourceBillType">
                         <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType"
-                            placeholder="璇烽�夋嫨婧愬崟绫诲瀷" />
+                            :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_SourceBillType')" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">婧愬崟鍗曞彿:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.SourceBillNo") == "Kf_OtherOutBill_PDA.SourceBillNo" ? "婧愬崟鍗曞彿" : $t("Kf_OtherOutBill_PDA.SourceBillNo") }}锛�</view>
                     <view class="right" v-show="showHSourceBillNo">
-                        <!-- <uni-combox v-if="reHSourceBillNo" :candidates="arrayHSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�"
-							v-model="hform.HSourceBillNo" @input="HSourceBillNoChange"></uni-combox> -->
                         <input :focus="HSourceBillNoFocus" @confirm="onHSourceBillNoConfirmHandler" type="text"
-                            name="HSourceBillNo" v-model="hform.HSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�" />
-
+                            name="HSourceBillNo" v-model="hform.HSourceBillNo" :placeholder="placeholder_SourceBillNo" />
                     </view>
                     <view class="icon-wrapper" v-show="showHSourceBillNo" :disabled="hform.HMainSourceBillType == -1">
                         <uni-icons :hidden="hform.HMainSourceBillType == -1" type="search" size="20"
                             @click="showBillList"></uni-icons>
                     </view>
-
                     <view class="righton" v-show="!showHSourceBillNo">
-                        <input name="HSourceBillNo" disabled v-model="hform.HSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�" />
+                        <input name="HSourceBillNo" disabled v-model="hform.HSourceBillNo" :placeholder="placeholder_SourceBillNo" />
                     </view>
                 </view>
 
                 <view class="form-item">
-                    <view class="title">鍗曟嵁瀛愮被鍨�:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.BillSubType") == "Kf_OtherOutBill_PDA.BillSubType" ? "鍗曟嵁瀛愮被鍨�" : $t("Kf_OtherOutBill_PDA.BillSubType") }}锛�</view>
                     <view class="right">
                         <picker :range="arrayHBillSubType" v-model="hform.HBillSubType" @change="HBillSubTypeChange">
-                            <input disabled name="HMainSourceBillType" v-model="HBillSubType" placeholder="璇烽�夋嫨鍗曟嵁瀛愮被鍨�" />
+                            <input disabled name="HMainSourceBillType" v-model="HBillSubType" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_BillSubType')" />
                             <view class="picker-overlay"></view>
                         </picker>
                     </view>
                 </view>
 
                 <view class="form-item">
-                    <view class="title">鍏堣繘鍏堝嚭浠�:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.FIFOWarehouse") == "Kf_OtherOutBill_PDA.FIFOWarehouse" ? "鍏堣繘鍏堝嚭浠�" : $t("Kf_OtherOutBill_PDA.FIFOWarehouse") }}锛�</view>
                     <view class="right">
-                        <uni-combox :candidates="arrayHWHName" placeholder="璇烽�夋嫨" v-model="hform.HFIFOWHName"
+                        <uni-combox :candidates="arrayHWHName" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_FIFOWarehouse')" v-model="hform.HFIFOWHName"
                             @input="HFIFOWHNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鏃ユ湡:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Date") == "Kf_OtherOutBill_PDA.Date" ? "鏃ユ湡" : $t("Kf_OtherOutBill_PDA.Date") }}锛�</view>
                     <view class="right">
                         <picker mode="date" v-model="hform.HDate" @change="HDateChange">
                             <view class="picker-overlay"></view>
-                            <input disabled v-model="hform.HDate" placeholder="璇烽�夋嫨鏃ユ湡" />
+                            <input disabled v-model="hform.HDate" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_Date')" />
                         </picker>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍒跺崟浜�:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Maker") == "Kf_OtherOutBill_PDA.Maker" ? "鍒跺崟浜�" : $t("Kf_OtherOutBill_PDA.Maker") }}锛�</view>
                     <view class="righton">
                         <input name="HMaker" disabled v-model="hform.HMaker" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曟嵁鍙�:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.BillNo") == "Kf_OtherOutBill_PDA.BillNo" ? "鍗曟嵁鍙�" : $t("Kf_OtherOutBill_PDA.BillNo") }}锛�</view>
                     <view class="righton">
                         <input name="HBillNo" disabled v-model="hform.HBillNo" />
                     </view>
@@ -121,7 +116,7 @@
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曟嵁ID:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.BillID") == "Kf_OtherOutBill_PDA.BillID" ? "鍗曟嵁ID" : $t("Kf_OtherOutBill_PDA.BillID") }}锛�</view>
                     <view class="righton">
                         <input name="HInterID" disabled v-model="hform.HInterID" />
                     </view>
@@ -130,38 +125,34 @@
 
             <view v-if="tabs == 1">
                 <view class="form-item">
-                    <view class="title">淇濈:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Keeper") == "Kf_OtherOutBill_PDA.Keeper" ? "淇濈" : $t("Kf_OtherOutBill_PDA.Keeper") }}锛�</view>
                     <view class="right">
-                        <uni-combox :candidates="arrayHEmpName" placeholder="璇烽�夋嫨淇濈鍛�" v-model="hform.HKeeperName"
+                        <uni-combox :candidates="arrayHEmpName" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_Keeper')" v-model="hform.HKeeperName"
                             @input="HKeeperNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">楠屾敹:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.SecManager") == "Kf_OtherOutBill_PDA.SecManager" ? "楠屾敹" : $t("Kf_OtherOutBill_PDA.SecManager") }}锛�</view>
                     <view class="right">
-                        <uni-combox :candidates="arrayHEmpName" placeholder="璇烽�夋嫨楠屾敹鍛�" v-model="hform.HSecManagerName"
+                        <uni-combox :candidates="arrayHEmpName" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_SecManager')" v-model="hform.HSecManagerName"
                             @input="HSecManagerNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">閮ㄩ棬:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Dept") == "Kf_OtherOutBill_PDA.Dept" ? "閮ㄩ棬" : $t("Kf_OtherOutBill_PDA.Dept") }}锛�</view>
                     <view class="right">
-                        <uni-combox :candidates="arrayHDeptName" placeholder="璇烽�夋嫨閮ㄩ棬" v-model="hform.HDeptName"
+                        <uni-combox :candidates="arrayHDeptName" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_Dept')" v-model="hform.HDeptName"
                             @input="HDeptNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">瀹㈡埛:</view>
-                    <!-- <view class="right" v-show="showHSupName">
-						<uni-combox :candidates="arrayHSupName" placeholder="璇烽�夋嫨瀹㈡埛" v-model="hform.HSupName"
-							@input="HSupNameChange"></uni-combox>
-					</view> -->
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Customer") == "Kf_OtherOutBill_PDA.Customer" ? "瀹㈡埛" : $t("Kf_OtherOutBill_PDA.Customer") }}锛�</view>
                     <view class="righton">
-                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
+                        <input name="HSupName" disabled v-model="hform.HSupName" :placeholder="$t('Kf_OtherOutBill_PDA.placeholder_Customer')" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">缁勭粐:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.StockOrg") == "Kf_OtherOutBill_PDA.StockOrg" ? "缁勭粐" : $t("Kf_OtherOutBill_PDA.StockOrg") }}锛�</view>
                     <view class="righton">
                         <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                     </view>
@@ -173,27 +164,27 @@
                     <uni-card :title="item.鐗╂枡鍚嶇О" :extra="item.鐗╂枡浠g爜" style="margin: 10px;" @tap="delMater(item)">
                         <view class="card-detail">
                             <view class="detail">
-                                <text>婧愬崟鍗曞彿锛�</text>{{item.婧愬崟鍗曞彿}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_SourceBillNo") == "Kf_OtherOutBill_PDA.table_SourceBillNo" ? "婧愬崟鍗曞彿" : $t("Kf_OtherOutBill_PDA.table_SourceBillNo") }}锛�</text>{{item.婧愬崟鍗曞彿}}
                             </view>
                             <view class="detail">
-                                <text>婧愬崟鏁伴噺锛�</text>{{item.婧愬崟鏁伴噺}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_SourceBillQty") == "Kf_OtherOutBill_PDA.table_SourceBillQty" ? "婧愬崟鏁伴噺" : $t("Kf_OtherOutBill_PDA.table_SourceBillQty") }}锛�</text>{{item.婧愬崟鏁伴噺}}
                             </view>
                             <view class="detail">
-                                <text>鏁伴噺锛�</text>{{item.鏁伴噺}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_BarQty") == "Kf_OtherOutBill_PDA.table_BarQty" ? "鏁伴噺" : $t("Kf_OtherOutBill_PDA.table_BarQty") }}锛�</text>{{item.鏁伴噺}}
                             </view>
                             <view class="detail">
-                                <text>鏉$爜涓暟锛�</text>{{item.鏉$爜涓暟}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_BarNum") == "Kf_OtherOutBill_PDA.table_BarNum" ? "鏉$爜涓暟" : $t("Kf_OtherOutBill_PDA.table_BarNum") }}锛�</text>{{item.鏉$爜涓暟}}
                             </view>
                             <view class="detail" v-if="item.瑙勬牸鍨嬪彿">
-                                <text>瑙勬牸鍨嬪彿锛�</text>{{item.瑙勬牸鍨嬪彿}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_MaterModel") == "Kf_OtherOutBill_PDA.table_MaterModel" ? "瑙勬牸鍨嬪彿" : $t("Kf_OtherOutBill_PDA.table_MaterModel") }}锛�</text>{{item.瑙勬牸鍨嬪彿}}
                             </view>
                             <view class="detail" v-if="item.杈呭姪灞炴��">
-                                <text>杈呭姪灞炴�э細</text>{{item.杈呭姪灞炴�}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_Aux") == "Kf_OtherOutBill_PDA.table_Aux" ? "杈呭姪灞炴��" : $t("Kf_OtherOutBill_PDA.table_Aux") }}锛�</text>{{item.杈呭姪灞炴�}
                             </view>
                         </view>
                     </uni-card>
                 </view>
-                <view class="over" v-if="Materlist.length == 0">鏆傛棤鏁版嵁</view>
+                <view class="over" v-if="Materlist.length == 0">{{ $t("Kf_OtherOutBill_PDA.noData") == "Kf_OtherOutBill_PDA.noData" ? "鏆傛棤鏁版嵁" : $t("Kf_OtherOutBill_PDA.noData") }}</view>
             </view>
 
             <view v-if="tabs == 4">
@@ -202,83 +193,83 @@
                         @tap="delMater(item)">
                         <view class="card-detail">
                             <view class="detail">
-                                <text>鏁伴噺锛�</text>{{item.HQty}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.Qty") == "Kf_OtherOutBill_PDA.Qty" ? "鏁伴噺" : $t("Kf_OtherOutBill_PDA.Qty") }}锛�</text>{{item.HQty}}
                             </view>
                             <view class="detail">
-                                <text>涓嬫灦鏁伴噺锛�</text>{{item.HQtyMust}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.Qty") == "Kf_OtherOutBill_PDA.Qty" ? "涓嬫灦鏁伴噺" : $t("Kf_OtherOutBill_PDA.Qty") }}锛�</text>{{item.HQtyMust}}
                             </view>
                             <view class="detail">
-                                <text>浠撳簱锛�</text>{{item.HWhName}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.Warehouse") == "Kf_OtherOutBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherOutBill_PDA.Warehouse") }}锛�</text>{{item.HWhName}}
                             </view>
                             <view class="detail">
-                                <text>浠撲綅锛�</text>{{item.HSPName}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.StockPlace") == "Kf_OtherOutBill_PDA.StockPlace" ? "浠撲綅" : $t("Kf_OtherOutBill_PDA.StockPlace") }}锛�</text>{{item.HSPName}}
                             </view>
                             <view class="detail">
-                                <text>瑙勬牸鍨嬪彿锛�</text>{{item.HMaterModel}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.MaterModel") == "Kf_OtherOutBill_PDA.MaterModel" ? "瑙勬牸鍨嬪彿" : $t("Kf_OtherOutBill_PDA.MaterModel") }}锛�</text>{{item.HMaterModel}}
                             </view>
                             <view class="detail" v-if="item.HBatchNo">
-                                <text>鎵瑰彿锛�</text>{{item.HBatchNo}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.BatchNo") == "Kf_OtherOutBill_PDA.BatchNo" ? "鎵瑰彿" : $t("Kf_OtherOutBill_PDA.BatchNo") }}锛�</text>{{item.HBatchNo}}
                             </view>
                             <view class="detail" v-if="item.HAuxPropName">
-                                <text>杈呭姪灞炴�э細</text>{{item.HAuxPropName}}
+                                <text>{{ $t("Kf_OtherOutBill_PDA.table_Aux") == "Kf_OtherOutBill_PDA.table_Aux" ? "杈呭姪灞炴��" : $t("Kf_OtherOutBill_PDA.table_Aux") }}锛�</text>{{item.HAuxPropName}}
                             </view>
                         </view>
                     </uni-card>
                 </view>
-                <view class="over" v-if="FIFOlist.length == 0">鏆傛棤鏁版嵁</view>
+                <view class="over" v-if="FIFOlist.length == 0">{{ $t("Kf_OtherOutBill_PDA.noData") == "Kf_OtherOutBill_PDA.noData" ? "鏆傛棤鏁版嵁" : $t("Kf_OtherOutBill_PDA.noData") }}</view>
             </view>
 
             <view v-if="tabs == 3">
                 <view class="form-item">
-                    <view class="title">鏉$爜:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.BarCode") == "Kf_OtherOutBill_PDA.BarCode" ? "鏉$爜" : $t("Kf_OtherOutBill_PDA.BarCode") }}锛�</view>
                     <view class="righton">
                         <input name="HBarCode_B" disabled v-model="hform.HBarCode_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鐗╂枡:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Material") == "Kf_OtherOutBill_PDA.Material" ? "鐗╂枡" : $t("Kf_OtherOutBill_PDA.Material") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HMaterName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">瑙勬牸:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.MaterModel") == "Kf_OtherOutBill_PDA.MaterModel" ? "瑙勬牸" : $t("Kf_OtherOutBill_PDA.MaterModel") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HMaterModel_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鎵规:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.BatchNo") == "Kf_OtherOutBill_PDA.BatchNo" ? "鎵规" : $t("Kf_OtherOutBill_PDA.BatchNo") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HBatchNo_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曚綅:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Unit") == "Kf_OtherOutBill_PDA.Unit" ? "鍗曚綅" : $t("Kf_OtherOutBill_PDA.Unit") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HUnitName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鏁伴噺:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Qty") == "Kf_OtherOutBill_PDA.Qty" ? "鏁伴噺" : $t("Kf_OtherOutBill_PDA.Qty") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HQty_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">瀹归噺:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Capacity") == "Kf_OtherOutBill_PDA.Capacity" ? "瀹归噺" : $t("Kf_OtherOutBill_PDA.Capacity") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HTMQty_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">浠撳簱:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.Warehouse") == "Kf_OtherOutBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherOutBill_PDA.Warehouse") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HWHName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">浠撲綅:</view>
+                    <view class="title">{{ $t("Kf_OtherOutBill_PDA.StockPlace") == "Kf_OtherOutBill_PDA.StockPlace" ? "浠撲綅" : $t("Kf_OtherOutBill_PDA.StockPlace") }}锛�</view>
                     <view class="righton">
                         <input disabled v-model="hform.HSPName_B" />
                     </view>
@@ -286,10 +277,10 @@
             </view>
 
             <view class="bottom-btn">
-                <button class="btn-a" size="mini" @tap="submit">鎻愪氦</button>
+                <button class="btn-a" size="mini" @tap="submit">{{ $t("Kf_OtherOutBill_PDA.btnSubmit") == "Kf_OtherOutBill_PDA.btnSubmit" ? "鎻愪氦" : $t("Kf_OtherOutBill_PDA.btnSubmit") }}</button>
                 <view style="flex: 1;"></view>
-                <button class="btn-a" size="mini" @tap="addNew">鏂板</button>
-                <button class="btn-c" size="mini" @tap="goBack">閫�鍑�</button>
+                <button class="btn-a" size="mini" @tap="addNew">{{ $t("Kf_OtherOutBill_PDA.btnAdd") == "Kf_OtherOutBill_PDA.btnAdd" ? "鏂板" : $t("Kf_OtherOutBill_PDA.btnAdd") }}</button>
+                <button class="btn-c" size="mini" @tap="goBack">{{ $t("Kf_OtherOutBill_PDA.btnExit") == "Kf_OtherOutBill_PDA.btnExit" ? "閫�鍑�" : $t("Kf_OtherOutBill_PDA.btnExit") }}</button>
             </view>
         </view>
         <BillListPopupVue ref="billList" :HBillType="hform.HBillType" :HSourceBillType="hform.HMainSourceBillType"
@@ -313,6 +304,11 @@
     export default {
         data() {
             return {
+                 placeholder_BarCode: this.$t("Kf_OtherOutBill_PDA.placeholder_BarCode") == "Kf_OtherOutBill_PDA.placeholder_BarCode" ? "璇锋壂鎻�(鎴栬緭鍏�)鏉$爜" : this.$t("Kf_OtherOutBill_PDA.placeholder_BarCode"),
+        placeholder_Qty: this.$t("Kf_OtherOutBill_PDA.placeholder_Qty") == "Kf_OtherOutBill_PDA.placeholder_Qty" ? "璇疯緭鍏ユ暟閲�" : this.$t("Kf_OtherOutBill_PDA.placeholder_Qty"),
+        placeholder_Warehouse: this.$t("Kf_OtherOutBill_PDA.placeholder_Warehouse") == "Kf_OtherOutBill_PDA.placeholder_Warehouse" ? "璇疯緭鍏�(鎴栨壂鎻�)浠撳簱" : this.$t("Kf_OtherOutBill_PDA.placeholder_Warehouse"),
+        placeholder_StockPlace: this.$t("Kf_OtherOutBill_PDA.placeholder_StockPlace") == "Kf_OtherOutBill_PDA.placeholder_StockPlace" ? "璇疯緭鍏�(鎴栨壂鎻�)浠撲綅" : this.$t("Kf_OtherOutBill_PDA.placeholder_StockPlace"),
+        placeholder_SourceBillNo: this.$t("Kf_OtherOutBill_PDA.placeholder_SourceBillNo") == "Kf_OtherOutBill_PDA.placeholder_SourceBillNo" ? "璇疯緭鍏ユ簮鍗曞崟鍙�" : this.$t("Kf_OtherOutBill_PDA.placeholder_SourceBillNo"),
                 userInfo: getUserInfo(),
                 serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API',
                 HModName: 'Kf_OtherOutBill_PDA',
@@ -422,7 +418,9 @@
             }
         },
         onLoad(e) {
-
+            uni.setNavigationBarTitle({
+                    title: this.$t("Kf_OtherOutBill_PDA.title")
+                });
             console.log(e, this.userInfo)
             this.OperationType = e.OperationType
             if (e.HInterID) {
diff --git a/pages/qitaruku_v2/OtherInBill.vue b/pages/qitaruku_v2/OtherInBill.vue
index cefc3c6..23f4f14 100644
--- a/pages/qitaruku_v2/OtherInBill.vue
+++ b/pages/qitaruku_v2/OtherInBill.vue
@@ -2,9 +2,10 @@
     <view>
         <view class="form">
             <view class="form-item">
-                <view class="title">鏉$爜:</view>
+                <!-- <view class="title">鏉$爜:</view> -->
+                <view class="title">{{ $t("Kf_OtherInBill_PDA.BarCode") == "Kf_OtherInBill_PDA.BarCode" ? "鏉$爜" : $t("Kf_OtherInBill_PDA.BarCode") }}锛�</view>
                 <view class="right" style="width: 380rpx;">
-                    <input :focus="barCodeFocus" v-model="hform.HBarCode" placeholder="璇锋壂鎻�(鎴栬緭鍏�)鏉$爜"
+                    <input :focus="barCodeFocus" v-model="hform.HBarCode" :placeholder="placeholder_BarCode"
                         @confirm="getCode(hform.HBarCode)" />
                 </view>
                 <view class="icon-wrapper">
@@ -14,60 +15,60 @@
             <view class="form-item">
                 <view class="title">鏁伴噺:</view>
                 <view class="right">
-                    <input v-model="hform.HQty" placeholder="璇疯緭鍏ユ暟閲�" />
+                    <input v-model="hform.HQty" :placeholder="placeholder_Qty" />
                 </view>
             </view>
             <view class="form-item">
                 <view class="title">浠撳簱:</view>
                 <view class="right">
-                    <uni-combox :candidates="arrayHWHName" placeholder="璇疯緭鍏�(鎴栨壂鎻�)浠撳簱" v-model="hform.HWHName"
+                    <uni-combox :candidates="arrayHWHName" :placeholder="placeholder_Warehouse" v-model="hform.HWHName"
                         @input="HWHNameChange" @confirm="HWHNameScan"></uni-combox>
                 </view>
             </view>
             <view class="form-item">
                 <view class="title">浠撲綅:</view>
                 <view class="right" v-show="showHStockPlaceName">
-                    <uni-combox :candidates="HStockPlaceNameListComputed" placeholder="璇疯緭鍏�(鎴栨壂鎻�)浠撲綅"
+                    <uni-combox :candidates="HStockPlaceNameListComputed" :placeholder="placeholder_StockPlace"
                         v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"
                         @confirm='HStockPlaceNameScan'></uni-combox>
                 </view>
                 <view class="righton" v-show="!showHStockPlaceName">
-                    <input v-model="hform.HStockPlaceName" :disabled="!showHStockPlaceName" placeholder="涓嶅彲鎿嶄綔" />
+                    <input v-model="hform.HStockPlaceName" :disabled="!showHStockPlaceName" :placeholder="placeholder_StockPlace" />
                 </view>
             </view>
 
             <view class="tabs">
-                <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">閫夋嫨婧愬崟</view>
-                <view :class="tabs == 1 ? 'on':''" @tap="tabs = 1">琛ㄥご淇℃伅</view>
-                <view :class="tabs == 2 ? 'on':''" @tap="tabs = 2">鐗╂枡淇℃伅</view>
-                <view :class="tabs == 3 ? 'on':''" @tap="tabs = 3">鏉$爜淇℃伅</view>
-                <view :class="tabs == 4 ? 'on':''" @tap="tabs = 4">涓嬫灦淇℃伅</view>
+                <view :class="tabs == 0 ? 'on':''" @tap="tabs = 0">{{ $t("Kf_OtherInBill_PDA.selectSource") == "Kf_OtherInBill_PDA.selectSource" ? "閫夋嫨婧愬崟" : $t("Kf_OtherInBill_PDA.selectSource") }}</view>
+                <view :class="tabs == 1 ? 'on':''" @tap="tabs = 1">{{ $t("Kf_OtherInBill_PDA.tableInfo") == "Kf_OtherInBill_PDA.tableInfo" ? "琛ㄥご淇℃伅" : $t("Kf_OtherInBill_PDA.tableInfo") }}</view>
+                <view :class="tabs == 2 ? 'on':''" @tap="tabs = 2">{{ $t("Kf_OtherInBill_PDA.materInfo") == "Kf_OtherInBill_PDA.materInfo" ? "鐗╂枡淇℃伅" : $t("Kf_OtherInBill_PDA.materInfo") }}</view>
+                <view :class="tabs == 3 ? 'on':''" @tap="tabs = 3">{{ $t("Kf_OtherInBill_PDA.barInfo") == "Kf_OtherInBill_PDA.barInfo" ? "鏉$爜淇℃伅" : $t("Kf_OtherInBill_PDA.barInfo") }}</view>
+                <view :class="tabs == 4 ? 'on':''" @tap="tabs = 4">{{ $t("Kf_OtherInBill_PDA.removeShelvesInfo") == "Kf_OtherInBill_PDA.removeShelvesInfo" ? "涓嬫灦淇℃伅" : $t("Kf_OtherInBill_PDA.removeShelvesInfo") }}</view>
             </view>
 
             <view v-if="tabs == 0">
                 <view class="form-item">
-                    <view class="title">婧愬崟绫诲瀷:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.SourceBillType") == "Kf_OtherInBill_PDA.SourceBillType" ? "婧愬崟绫诲瀷" : $t("Kf_OtherInBill_PDA.SourceBillType") }}</view>
                     <view class="right" v-show="showHMainSourceBillType">
                         <picker :range="arrayHMainSourceBillType" v-model="HMainSourceBillType"
                             @change="HMainSourceBillTypeChange">
 
                             <input disabled name="HMainSourceBillType" v-model="HMainSourceBillType"
-                                placeholder="璇烽�夋嫨婧愬崟绫诲瀷" />
+                                :placeholder="placeholder_MainSourceBillType" />
                             <view class="picker-overlay"></view>
                         </picker>
                     </view>
                     <view class="righton" v-show="!showHMainSourceBillType">
                         <input name="HMainSourceBillType" disabled v-model="HMainSourceBillType"
-                            placeholder="璇烽�夋嫨婧愬崟绫诲瀷" />
+                            :placeholder="placeholder_MainSourceBillType" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">婧愬崟鍗曞彿:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.SourceBillNo") == "Kf_OtherInBill_PDA.SourceBillNo" ? "婧愬崟鍗曞彿" : $t("Kf_OtherInBill_PDA.SourceBillNo") }}:</view>
                     <view class="right" v-show="showHSourceBillNo">
                         <!-- <uni-combox v-if="reHSourceBillNo" :candidates="arrayHSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�"
 							v-model="hform.HSourceBillNo" @input="HSourceBillNoChange"></uni-combox> -->
                         <input :focus="HSourceBillNoFocus" @confirm="onHSourceBillNoConfirmHandler" type="text"
-                            name="HSourceBillNo" v-model="hform.HSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�" />
+                            name="HSourceBillNo" v-model="hform.HSourceBillNo" :placeholder="Kf_OtherInBill_PDA" />
 
                     </view>
                     <view class="icon-wrapper" v-show="showHSourceBillNo" :disabled="hform.HMainSourceBillType == -1">
@@ -75,45 +76,45 @@
                     </view>
 
                     <view class="righton" v-show="!showHSourceBillNo">
-                        <input name="HSourceBillNo" disabled v-model="hform.HSourceBillNo" placeholder="璇疯緭鍏ユ簮鍗曞崟鍙�" />
+                        <input name="HSourceBillNo" disabled v-model="hform.HSourceBillNo" :placeholder="Kf_OtherInBill_PDA" />
                     </view>
                 </view>
 
                 <view class="form-item">
-                    <view class="title">鍗曟嵁瀛愮被鍨�:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.BillSubType") == "Kf_OtherInBill_PDA.BillSubType" ? "鍗曟嵁瀛愮被鍨�" : $t("Kf_OtherInBill_PDA.BillSubType") }}:</view>
                     <view class="right">
                         <picker :range="arrayHBillSubType" v-model="hform.HBillSubType" @change="HBillSubTypeChange">
 
-                            <input disabled name="HMainSourceBillType" v-model="HBillSubType" placeholder="璇烽�夋嫨鍗曟嵁瀛愮被鍨�" />
+                            <input disabled name="HMainSourceBillType" v-model="HBillSubType" :placeholder="placeholder_BillSubType" />
                             <view class="picker-overlay"></view>
                         </picker>
                     </view>
                 </view>
 
                 <view class="form-item">
-                    <view class="title">鍏堣繘鍏堝嚭浠�:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Warehouse") == "Kf_OtherInBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherInBill_PDA.Warehouse") }}:</view>
                     <view class="right">
-                        <uni-combox :candidates="arrayHWHName" placeholder="璇烽�夋嫨" v-model="hform.HFIFOWHName"
+                        <uni-combox :candidates="arrayHWHName"  v-model="hform.HFIFOWHName"
                             @input="HFIFOWHNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鏃ユ湡:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Date") == "Kf_OtherInBill_PDA.Date" ? "鏃ユ湡" : $t("Kf_OtherInBill_PDA.Date") }}:</view>
                     <view class="right">
                         <picker mode="date" v-model="hform.HDate" @change="HDateChange">
                             <view class="picker-overlay"></view>
-                            <input disabled v-model="hform.HDate" placeholder="璇烽�夋嫨鏃ユ湡" />
+                            <input disabled v-model="hform.HDate" :placeholder="placeholder_Date" />
                         </picker>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍒跺崟浜�:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Maker") == "Kf_OtherInBill_PDA.Maker" ? "鍒跺崟浜�" : $t("Kf_OtherInBill_PDA.Maker") }}:</view>
                     <view class="righton">
                         <input name="HMaker" disabled v-model="hform.HMaker" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曟嵁鍙�:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.BillNo") == "Kf_OtherInBill_PDA.BillNo" ? "鍗曟嵁鍙�" : $t("Kf_OtherInBill_PDA.BillNo") }}:</view>
                     <view class="righton">
                         <input name="HBillNo" disabled v-model="hform.HBillNo" />
                     </view>
@@ -122,7 +123,7 @@
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曟嵁ID:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.BillID") == "Kf_OtherInBill_PDA.BillID" ? "鍗曟嵁ID" : $t("Kf_OtherInBill_PDA.BillID") }}:</view>
                     <view class="righton">
                         <input name="HInterID" disabled v-model="hform.HInterID" />
                     </view>
@@ -131,28 +132,28 @@
 
             <view v-if="tabs == 1">
                 <view class="form-item">
-                    <view class="title">淇濈:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Keeper") == "Kf_OtherInBill_PDA.Keeper" ? "淇濈鍛�" : $t("Kf_OtherInBill_PDA.Keeper") }}:</view>
                     <view class="right">
                         <uni-combox :candidates="arrayHEmpName" placeholder="璇烽�夋嫨淇濈鍛�" v-model="hform.HKeeperName"
                             @input="HKeeperNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">楠屾敹:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.SecManager") == "Kf_OtherInBill_PDA.SecManager" ? "楠屾敹鍛�" : $t("Kf_OtherInBill_PDA.SecManager") }}:</view>
                     <view class="right">
                         <uni-combox :candidates="arrayHEmpName" placeholder="璇烽�夋嫨楠屾敹鍛�" v-model="hform.HSecManagerName"
                             @input="HSecManagerNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">閮ㄩ棬:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Dept") == "Kf_OtherInBill_PDA.Dept" ? "閮ㄩ棬" : $t("Kf_OtherInBill_PDA.Dept") }}:</view>
                     <view class="right">
                         <uni-combox :candidates="arrayHDeptName" placeholder="璇烽�夋嫨閮ㄩ棬" v-model="hform.HDeptName"
                             @input="HDeptNameChange"></uni-combox>
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">渚涘簲鍟�:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Supplier") == "Kf_OtherInBill_PDA.Supplier" ? "渚涘簲鍟�" : $t("Kf_OtherInBill_PDA.Supplier") }}:</view>
                     <!-- <view class="right" v-show="showHSupName">
 						<uni-combox :candidates="arrayHSupName" placeholder="璇烽�夋嫨渚涘簲鍟�" v-model="hform.HSupName"
 							@input="HSupNameChange"></uni-combox>
@@ -162,7 +163,7 @@
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">缁勭粐:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.StockOrg") == "Kf_OtherInBill_PDA.StockOrg" ? "缁勭粐" : $t("Kf_OtherInBill_PDA.StockOrg") }}:</view>
                     <view class="righton">
                         <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                     </view>
@@ -174,22 +175,22 @@
                     <uni-card :title="item.鐗╂枡鍚嶇О" :extra="item.鐗╂枡浠g爜" style="margin: 10px;" @tap="delMater(item)">
                         <view class="card-detail">
                             <view class="detail">
-                                <text>婧愬崟鍗曞彿锛�</text>{{item.婧愬崟鍗曞彿}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_SourceBillNo") == "Kf_OtherInBill_PDA.table_SourceBillNo" ? "婧愬崟鍗曞彿" : $t("Kf_OtherInBill_PDA.table_SourceBillNo") }}锛�</text>{{item.婧愬崟鍗曞彿}}
                             </view>
                             <view class="detail">
-                                <text>婧愬崟鏁伴噺锛�</text>{{item.婧愬崟鏁伴噺}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_SourceBillQty") == "Kf_OtherInBill_PDA.table_SourceBillQty" ? "婧愬崟鏁伴噺" : $t("Kf_OtherInBill_PDA.table_SourceBillQty") }}锛�</text>{{item.婧愬崟鏁伴噺}}
                             </view>
                             <view class="detail">
-                                <text>鏁伴噺锛�</text>{{item.鏁伴噺}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_BarQty") == "Kf_OtherInBill_PDA.table_BarQty" ? "鏁伴噺" : $t("Kf_OtherInBill_PDA.table_BarQty") }}锛�</text>{{item.鏁伴噺}}
                             </view>
                             <view class="detail">
-                                <text>鏉$爜涓暟锛�</text>{{item.鏉$爜涓暟}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_BarNum") == "Kf_OtherInBill_PDA.table_BarNum" ? "鏉$爜涓暟" : $t("Kf_OtherInBill_PDA.table_BarNum") }}锛�</text>{{item.鏉$爜涓暟}}
                             </view>
                             <view class="detail" v-if="item.瑙勬牸鍨嬪彿">
-                                <text>瑙勬牸鍨嬪彿锛�</text>{{item.瑙勬牸鍨嬪彿}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_MaterModel") == "Kf_OtherInBill_PDA.table_MaterModel" ? "瑙勬牸鍨嬪彿" : $t("Kf_OtherInBill_PDA.table_MaterModel") }}锛�</text>{{item.瑙勬牸鍨嬪彿}}
                             </view>
                             <view class="detail" v-if="item.杈呭姪灞炴��">
-                                <text>杈呭姪灞炴�э細</text>{{item.杈呭姪灞炴�}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_Aux") == "Kf_OtherInBill_PDA.table_Aux" ? "杈呭姪灞炴��" : $t("Kf_OtherInBill_PDA.table_Aux") }}锛�</text>{{item.杈呭姪灞炴�}
                             </view>
                         </view>
                     </uni-card>
@@ -203,25 +204,25 @@
                         @tap="delMater(item)">
                         <view class="card-detail">
                             <view class="detail">
-                                <text>鏁伴噺锛�</text>{{item.HQty}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.Qty") == "Kf_OtherInBill_PDA.Qty" ? "鏁伴噺" : $t("Kf_OtherInBill_PDA.Qty") }}锛�</text>{{item.HQty}}
                             </view>
                             <view class="detail">
-                                <text>涓嬫灦鏁伴噺锛�</text>{{item.HQtyMust}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.Qty") == "Kf_OtherInBill_PDA.Qty" ? "涓嬫灦鏁伴噺" : $t("Kf_OtherInBill_PDA.Qty") }}锛�</text>{{item.HQtyMust}}
                             </view>
                             <view class="detail">
-                                <text>浠撳簱锛�</text>{{item.HWhName}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.Warehouse") == "Kf_OtherInBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherInBill_PDA.Warehouse") }}锛�</text>{{item.HWhName}}
                             </view>
                             <view class="detail">
-                                <text>浠撲綅锛�</text>{{item.HSPName}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.StockPlace") == "Kf_OtherInBill_PDA.StockPlace" ? "浠撲綅" : $t("Kf_OtherInBill_PDA.StockPlace") }}锛�</text>{{item.HSPName}}
                             </view>
                             <view class="detail">
-                                <text>瑙勬牸鍨嬪彿锛�</text>{{item.HMaterModel}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.MaterModel") == "Kf_OtherInBill_PDA.MaterModel" ? "瑙勬牸鍨嬪彿" : $t("Kf_OtherInBill_PDA.MaterModel") }}锛�</text>{{item.HMaterModel}}
                             </view>
                             <view class="detail" v-if="item.HBatchNo">
-                                <text>鎵瑰彿锛�</text>{{item.HBatchNo}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.BatchNo") == "Kf_OtherInBill_PDA.BatchNo" ? "鎵瑰彿" : $t("Kf_OtherInBill_PDA.BatchNo") }}锛�</text>{{item.HBatchNo}}
                             </view>
                             <view class="detail" v-if="item.HAuxPropName">
-                                <text>杈呭姪灞炴�э細</text>{{item.HAuxPropName}}
+                                <text>{{ $t("Kf_OtherInBill_PDA.table_Aux") == "Kf_OtherInBill_PDA.table_Aux" ? "杈呭姪灞炴��" : $t("Kf_OtherInBill_PDA.table_Aux") }}锛�</text>{{item.HAuxPropName}}
                             </view>
                         </view>
                     </uni-card>
@@ -231,55 +232,55 @@
 
             <view v-if="tabs == 3">
                 <view class="form-item">
-                    <view class="title">鏉$爜:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.BarCode") == "Kf_OtherInBill_PDA.BarCode" ? "鏉$爜" : $t("Kf_OtherInBill_PDA.BarCode") }}:</view>
                     <view class="righton">
                         <input name="HBarCode_B" disabled v-model="hform.HBarCode_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鐗╂枡:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Material") == "Kf_OtherInBill_PDA.Material" ? "鐗╂枡" : $t("Kf_OtherInBill_PDA.Material") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HMaterName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">瑙勬牸:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.MaterModel") == "Kf_OtherInBill_PDA.MaterModel" ? "瑙勬牸" : $t("Kf_OtherInBill_PDA.MaterModel") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HMaterModel_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鎵规:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.BatchNo") == "Kf_OtherInBill_PDA.BatchNo" ? "鎵规" : $t("Kf_OtherInBill_PDA.BatchNo") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HBatchNo_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鍗曚綅:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Unit") == "Kf_OtherInBill_PDA.Unit" ? "鍗曚綅" : $t("Kf_OtherInBill_PDA.Unit") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HUnitName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">鏁伴噺:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Qty") == "Kf_OtherInBill_PDA.Qty" ? "鏁伴噺" : $t("Kf_OtherInBill_PDA.Qty") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HQty_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">瀹归噺:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Capacity") == "Kf_OtherInBill_PDA.Capacity" ? "瀹归噺" : $t("Kf_OtherInBill_PDA.Capacity") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HTMQty_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">浠撳簱:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.Warehouse") == "Kf_OtherInBill_PDA.Warehouse" ? "浠撳簱" : $t("Kf_OtherInBill_PDA.Warehouse") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HWHName_B" />
                     </view>
                 </view>
                 <view class="form-item">
-                    <view class="title">浠撲綅:</view>
+                    <view class="title">{{ $t("Kf_OtherInBill_PDA.StockPlace") == "Kf_OtherInBill_PDA.StockPlace" ? "浠撲綅" : $t("Kf_OtherInBill_PDA.StockPlace") }}:</view>
                     <view class="righton">
                         <input disabled v-model="hform.HSPName_B" />
                     </view>
@@ -287,10 +288,10 @@
             </view>
 
             <view class="bottom-btn">
-                <button class="btn-a" size="mini" @tap="submit">鎻愪氦</button>
+                <button class="btn-a" size="mini" @tap="submit">{{ $t("Kf_OtherInBill_PDA.btnSubmit") == "Kf_OtherInBill_PDA.btnSubmit" ? "鎻愪氦" : $t("Kf_OtherInBill_PDA.btnSubmit") }}</button>
                 <view style="flex: 1;"></view>
-                <button class="btn-a" size="mini" @tap="addNew">鏂板</button>
-                <button class="btn-c" size="mini" @tap="goBack">閫�鍑�</button>
+                <button class="btn-a" size="mini" @tap="addNew">{{ $t("Kf_OtherInBill_PDA.btnAdd") == "Kf_OtherInBill_PDA.btnAdd" ? "鏂板" : $t("Kf_OtherInBill_PDA.btnAdd") }}</button>
+                <button class="btn-c" size="mini" @tap="goBack">{{ $t("Kf_OtherInBill_PDA.btnExit") == "Kf_OtherInBill_PDA.btnExit" ? "閫�鍑�" : $t("Kf_OtherInBill_PDA.btnExit") }}</button>
             </view>
         </view>
         <BillListPopupVue ref="billList" :HBillType="hform.HBillType" :HSourceBillType="hform.HMainSourceBillType"
@@ -314,6 +315,13 @@
     export default {
         data() {
             return {
+                placeholder_BarCodeplaceholder_BarCode:this.$t("Kf_OtherInBill_PDA.placeholder_BarCode") == "Kf_OtherInBill_PDA.placeholder_BarCode" ? "璇锋壂鎻�(鎴栬緭鍏�)鏉$爜" : this.$t("Kf_OtherInBill_PDA.placeholder_BarCode"),
+                placeholder_Qty:this.$t("Kf_OtherInBill_PDA.placeholder_Qty") == "Kf_OtherInBill_PDA.placeholder_Qty" ? "璇疯緭鍏ユ暟閲�" : this.$t("Kf_OtherInBill_PDA.placeholder_Qty"),
+				placeholder_Warehouse:this.$t("Kf_OtherInBill_PDA.placeholder_Warehouse") == "Kf_OtherInBill_PDA.placeholder_Warehouse" ? "璇疯緭鍏�(鎴栨壂鎻�)浠撳簱" : this.$t("Kf_OtherInBill_PDA.placeholder_Warehouse"),
+				placeholder_StockPlace:this.$t("Kf_OtherInBill_PDA.placeholder_StockPlace") == "Kf_OtherInBill_PDA.placeholder_StockPlace" ? "璇疯緭鍏�(鎴栨壂鎻�)浠撲綅" : this.$t("Kf_OtherInBill_PDA.placeholder_StockPlace"),
+				Kf_OtherInBill_PDA:this.$t("Kf_OtherInBill_PDA.Kf_OtherInBill_PDA") == "Kf_OtherInBill_PDA.Kf_OtherInBill_PDA" ? "璇疯緭鍏ユ簮鍗曞崟鍙�" : this.$t("Kf_OtherInBill_PDA.Kf_OtherInBill_PDA"),
+                placeholder_MainSourceBillType: this.$t("Kf_OtherInBill_PDA.placeholder_MainSourceBillType") == "Kf_OtherInBill_PDA.placeholder_MainSourceBillType" ? "璇烽�夋嫨婧愬崟绫诲瀷" : this.$t("Kf_OtherInBill_PDA.placeholder_MainSourceBillType"),
+
                 userInfo: getUserInfo(),
                 serverUrl: uni.getStorageSync('serverUrl') || 'http://47.96.97.237/API',
                 HModName: 'Kf_OtherInBill_PDA',
@@ -433,6 +441,9 @@
             }
         },
         onLoad(e) {
+            uni.setNavigationBarTitle({
+			    title: this.$t("Kf_OtherInBill_PDA.title")
+			})
             console.log(e, this.userInfo)
             this.OperationType = e.OperationType
             if (e.HInterID) {

--
Gitblit v1.9.1