From b5bcf90f2dfc8972090d7ab8e6a350bd74b460c8 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周五, 06 9月 2024 10:21:29 +0800
Subject: [PATCH] 入库优化

---
 yiqi_pda/pages/outBound/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/yiqi_pda/pages/outBound/index.vue b/yiqi_pda/pages/outBound/index.vue
index f9fa1dc..39e268a 100644
--- a/yiqi_pda/pages/outBound/index.vue
+++ b/yiqi_pda/pages/outBound/index.vue
@@ -1,5 +1,5 @@
 <template>
-	<default-header-page-layout ref="page" title="鍑哄簱鎵ц">
+	<default-header-page-layout ref="page" title="鍏ュ簱鎵ц">
 
 		<view class="page-frame with-action-user-row" :style="{height:pageBodyHeight+'px'}" v-if="pageBodyHeight">
 			<action-user-row />
@@ -15,7 +15,7 @@
 		<template v-slot:footer>
 			<view class="bottom-btns-row">
 				<view class="btn-frame right-btn-frame">
-					<u-button :disabled="workPieceData.length<1" type="primary" text="纭鍑哄簱"
+					<u-button :disabled="workPieceData.length<1" type="primary" text="纭鍏ュ簱"
 						@click="outBoundConfirm"></u-button>
 				</view>
 			</view>
@@ -55,7 +55,7 @@
 		data() {
 			return {
 				barHeight: '',
-				ckNumToday: "0", //浠婂ぉ鎬诲嚭搴撴暟
+				ckNumToday: "0", //浠婂ぉ鎬诲叆搴撴暟
 				baseTitile: '鎵弿鎴愬搧鐮�/宸ヤ欢浜岀淮鐮�', //鎵弿鎴愬搧鐮�/宸ヤ欢浜岀淮鐮�
 				title: '',
 				pageBodyHeight: 0,
@@ -135,11 +135,11 @@
 					//TODO handle the exception
 					console.log(e);
 				}
-				//this.msg = " 鎵爜鏁�:"+this.workPieceData.length+"    浠婃棩鍑哄簱鏁�:";
+				//this.msg = " 鎵爜鏁�:"+this.workPieceData.length+"    浠婃棩鍏ュ簱鏁�:";
 				this.setMsg();
 			},
 			setMsg() {
-				this.msg = " 鎵爜鏁�:" + this.workPieceData.length + "    浠婃棩鍑哄簱鏁�:" + this.ckNumToday;
+				this.msg = " 鎵爜鏁�:" + this.workPieceData.length + "    浠婃棩鍏ュ簱鏁�:" + this.ckNumToday;
 			},
 			initFocus(num) {
 				setTimeout(() => {
@@ -182,7 +182,7 @@
 				if (flag) {
 					uni.showModal({
 						title: '鎻愮ず',
-						content: '褰撳墠宸ヤ欢瀛樺湪闈炴垚鍝侊紝纭畾寮哄埗鍑哄簱鍚楋紵',
+						content: '褰撳墠宸ヤ欢瀛樺湪闈炴垚鍝侊紝纭畾寮哄埗鍏ュ簱鍚楋紵',
 						success: (value) => {
 							const {
 								confirm,

--
Gitblit v1.9.3