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/manifest.json | 2 +-
yiqi_pda/pages/outBoundWorkPieceInfoCount/index.vue | 12 ++++++------
yiqi_pda/pages/home/index.vue | 4 ++--
yiqi_pda/pages/outBound/index.vue | 12 ++++++------
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/yiqi_pda/manifest.json b/yiqi_pda/manifest.json
index fc94eb5..be2f884 100644
--- a/yiqi_pda/manifest.json
+++ b/yiqi_pda/manifest.json
@@ -2,7 +2,7 @@
"name" : "杩炴潌绾挎暟閲�",
"appid" : "__UNI__F24DEB0",
"description" : "涓�姹借繛鏉�",
- "versionName" : "2.0.19",
+ "versionName" : "2.0.20",
"versionCode" : 6,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
diff --git a/yiqi_pda/pages/home/index.vue b/yiqi_pda/pages/home/index.vue
index 8774b56..4259dcd 100644
--- a/yiqi_pda/pages/home/index.vue
+++ b/yiqi_pda/pages/home/index.vue
@@ -58,10 +58,10 @@
{name:'宸ヤ欢淇℃伅鍗曚釜淇敼',icon:'icon-worker',pathName:'unbind',color:'#1e90ff'},
{name:'宸ヤ欢璐ㄩ噺淇℃伅鎵归噺淇敼',icon:'icon-worker',pathName:'unbindAll',color:'#1e90ff'},
{name:'宸ヤ欢淇℃伅杩芥函',icon:'icon-notice',pathName:'retrospect',color:'#1e90ff'},
- {name:'宸ヤ欢鍑哄簱鎵ц',icon:'icon-notice',pathName:'outBound',color:'#1e90ff'},
+ {name:'宸ヤ欢鍏ュ簱鎵ц',icon:'icon-notice',pathName:'outBound',color:'#1e90ff'},
// {name:'宸ヤ欢涓嬬嚎(鏂�)',icon:'icon-notice',pathName:'unLine',color:'#1e90ff'},
// {name:'宸ヤ欢鍑哄簱(鏂�)',icon:'icon-notice',pathName:'outBoundNew',color:'#1e90ff'},
- {name:'宸ヤ欢鍑哄簱缁熻',icon:'icon-notice',pathName:'outBoundWorkPieceInfoCount',color:'#1e90ff'}
+ {name:'宸ヤ欢鍏ュ簱缁熻',icon:'icon-notice',pathName:'outBoundWorkPieceInfoCount',color:'#1e90ff'}
]
},
{
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,
diff --git a/yiqi_pda/pages/outBoundWorkPieceInfoCount/index.vue b/yiqi_pda/pages/outBoundWorkPieceInfoCount/index.vue
index b99ddbe..e26e8d9 100644
--- a/yiqi_pda/pages/outBoundWorkPieceInfoCount/index.vue
+++ b/yiqi_pda/pages/outBoundWorkPieceInfoCount/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 />
<view class="with-action-user-row-page-content">
@@ -13,8 +13,8 @@
@clear="onClearContainter"
/> -->
<u-form :model="form" ref="uForm" label-width="65" labelAlign="right">
- <u-form-item required label="鍑哄簱鏃ユ湡:" prop="planTime">
- <u-input :readonly="true" placeholder="璇烽�夋嫨鍑哄簱鏃ユ湡" v-model="form.planTime"
+ <u-form-item required label="鍏ュ簱鏃ユ湡:" prop="planTime">
+ <u-input :readonly="true" placeholder="璇烽�夋嫨鍏ュ簱鏃ユ湡" v-model="form.planTime"
@click.native="timeShow = true"></u-input>
</u-form-item>
@@ -28,7 +28,7 @@
<!-- 璇︽儏 -->
<view>
<!-- 鍩虹淇℃伅 -->
- <bar-content v-for="item in list" :title="'鍑哄簱浜�:' + item.workPieceOutboundUserName" :content="item" :propArr="detailArr" :key="item.workPieceOutboundUserName"></bar-content>
+ <bar-content v-for="item in list" :title="'鍏ュ簱浜�:' + item.workPieceOutboundUserName" :content="item" :propArr="detailArr" :key="item.workPieceOutboundUserName"></bar-content>
</view>
</view>
</view>
@@ -82,7 +82,7 @@
onLoad() {
// this.barDetail = {special: "SAE1041(0.80%~1.10%Mn)",barType: "楂樼⒊閽�",barSpec: "70鍙�",material: "229-255HBS",status: 1};
// this.statusArr = [{code: 1,title: '涓嶅悎鏍�'},{code: 2,title: '鍚堟牸'},{code: 3,title: '鐤戜技'}]
- this.detailArr = [{code: "count",title: '鍑哄簱鏁伴噺'}]
+ this.detailArr = [{code: "count",title: '鍏ュ簱鏁伴噺'}]
this.mode = 'date'
var date=new Date();
this.form.planTime = moment(date).format('YYYY-MM-DD')
@@ -108,7 +108,7 @@
onSearchContainter() {
if(this.form.planTime == '') {
return uni.showModal({
- title:'鍑哄簱鏃ユ湡涓嶈兘涓虹┖',
+ title:'鍏ュ簱鏃ユ湡涓嶈兘涓虹┖',
showCancel: false
})
}
--
Gitblit v1.9.3