From ffc34244a724e01f36e35e23d5306c3dae3a9379 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 1 Mar 2022 17:26:28 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E6=8B=A3=E9=85=8D?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/raw/handover/picking/ByOrder.vue | 8 ++++---- src/pages/raw/handover/picking/BySummary.vue | 13 ++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/pages/raw/handover/picking/ByOrder.vue b/src/pages/raw/handover/picking/ByOrder.vue index 05c249a..357c667 100644 --- a/src/pages/raw/handover/picking/ByOrder.vue +++ b/src/pages/raw/handover/picking/ByOrder.vue @@ -25,7 +25,7 @@ {{ $t('message.CommissionedLocation') }}: - + {{ $t('message.CommissionedThisNumber') }}: @@ -433,7 +433,7 @@ export default class RawReceiptDetail extends BasePage { .library-left { width: 100%; height: 100rpx; - padding-left: 56rpx; + padding-left: 36rpx; // display: flex; // view { // width: 230rpx; @@ -444,7 +444,7 @@ export default class RawReceiptDetail extends BasePage { .library-right { width: 100%; height: 100rpx; - padding-left: 56rpx; + padding-left: 36rpx; display: flex; .library-right-title { width: 120rpx; @@ -455,7 +455,7 @@ export default class RawReceiptDetail extends BasePage { width: 200rpx; height: 70rpx; margin-top: 15rpx; - margin-left: 0rpx; + margin-left: 4rpx; } .add { width: 200rpx; diff --git a/src/pages/raw/handover/picking/BySummary.vue b/src/pages/raw/handover/picking/BySummary.vue index d57f800..fa4835e 100644 --- a/src/pages/raw/handover/picking/BySummary.vue +++ b/src/pages/raw/handover/picking/BySummary.vue @@ -89,7 +89,6 @@ import { summaryHeaders } from './config'; import { session } from '@/store/modules/session'; import { VForm, VFormRules } from 'vue/types/form'; import jPicker from '@/components/J-Picker/jPicker.vue'; -import { pick } from 'lodash/fp'; @Component({ components: { jPicker, @@ -111,7 +110,7 @@ export default class RawReceiptDetail extends BasePage { LocationList: any = []; //库位 Location: any = []; - someIndex: number = 0; + someIndex = 0; some: any = {}; qty: any = ''; //表单数据 @@ -251,7 +250,7 @@ export default class RawReceiptDetail extends BasePage { } //确保每次表格执行删除操作 单条数据汇总总数实时改变 business() { - let num: number = 0; + let num = 0; this.LocationList.forEach((item: any) => { num += parseFloat(item.qty); }); @@ -309,7 +308,7 @@ export default class RawReceiptDetail extends BasePage { async GetLocation() { this.Location = []; let means: any = JSON.parse(localStorage.getItem('__GWMS_APP_STATE_DATA__') as any); - let sendSpot = JSON.parse(localStorage.getItem('sendSpot') as any); + //let sendSpot = JSON.parse(localStorage.getItem('sendSpot') as any); let content = { loginName: means.session.user.loginName, sendSpot: null, @@ -424,7 +423,7 @@ export default class RawReceiptDetail extends BasePage { .library-left { width: 100%; height: 100rpx; - padding-left: 56rpx; + padding-left: 36rpx; // display: flex; // view { // width: 230rpx; @@ -435,7 +434,7 @@ export default class RawReceiptDetail extends BasePage { .library-right { width: 100%; height: 100rpx; - padding-left: 56rpx; + padding-left: 36rpx; display: flex; .library-right-title { width: 120rpx; @@ -446,7 +445,7 @@ export default class RawReceiptDetail extends BasePage { width: 200rpx; height: 70rpx; margin-top: 15rpx; - margin-left: 0rpx; + margin-left: 4rpx; } .add { width: 200rpx;