From e6f1adadcc83ce6e593a4f0937d40ed86b6ca030 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 22 Oct 2024 08:47:27 +0800 Subject: [PATCH] =?UTF-8?q?wms=E5=85=89=E6=A0=87=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9&=E8=B4=A8=E9=87=8F=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E4=B9=B1=E9=A3=98=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/quality/Materialinspection/index.vue | 15 ++++++++++++--- src/pages/wms/Raw/ArrivalRegistration/index.vue | 3 ++- src/pages/wms/Raw/ArrivalRegistrationPO/index.vue | 3 ++- src/pages/wms/Raw/ProductionREQ/index.vue | 8 ++++++-- src/pages/wms/Raw/ReceivePO/index.vue | 7 +++++-- src/pages/wms/Raw/ReceiveSRM/index.vue | 7 +++++-- src/pages/wms/product/SaleOutWH/index.vue | 12 ++++++++++++ 8 files changed, 45 insertions(+), 12 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 66f678c..a6cb9c5 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -142,7 +142,7 @@ export default class LoginPage extends BasePage { // console.log('Version////', this.Version); } ///********版本号修改区域********** - version = '0.0.117'; //正式版本号 + version = '0.0.118'; //正式版本号 //version = '0.0.14'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 46cebeb..a04d8f1 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -211,7 +211,7 @@ - + @@ -295,7 +295,7 @@
- + @@ -373,7 +373,7 @@
- +
测量值增加 @@ -2065,6 +2065,15 @@ export default class PurchaseWHSRM extends BasePage { //console.log('后面改变了吗',this.detaillistceshi[index].newsampleQuality); console.log('后面改变了吗', this.detaillistceshi[index].sampleQuality); } + changeInputsamp(event) { + this.formdata.sampleQuality = event; + } + changeInputqual(event) { + this.formdata.quality = event; + } + changeInputtags(event) { + this.tagsvalue = event; + } }