From cb3e26ef80bbe345d9ace96ec611b19a1d88eea1 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Thu, 13 Mar 2025 11:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=B7=BB=E5=8A=A0=E8=BF=87?= =?UTF-8?q?=E8=B4=A6=E5=87=AD=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/wms/Raw/ReturnMaterials/index.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 4bb01ae..4c0f2a0 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.169'; //正式版本号 + version = '0.0.170'; //正式版本号 //version = '0.0.14'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/wms/Raw/ReturnMaterials/index.vue b/src/pages/wms/Raw/ReturnMaterials/index.vue index 81eda20..286e61f 100644 --- a/src/pages/wms/Raw/ReturnMaterials/index.vue +++ b/src/pages/wms/Raw/ReturnMaterials/index.vue @@ -28,6 +28,10 @@ 退料单: {{ item.produceCode }} + + 过账凭证: + {{ item.userDefined9 || '' }} + 物料编码: {{ item.handlematerialCode }} @@ -405,7 +409,7 @@ body { background-color: #fff; padding: 20rpx 20rpx 20rpx; border-radius: 10rpx; - height: 240rpx; + height: 260rpx; overflow: scroll; margin-bottom: 6rpx; //box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);