diff --git a/src/pages/raw/handover/RUS-picking/ByOrder.vue b/src/pages/raw/handover/RUS-picking/ByOrder.vue
index 0e0cdc7..ca06b4e 100644
--- a/src/pages/raw/handover/RUS-picking/ByOrder.vue
+++ b/src/pages/raw/handover/RUS-picking/ByOrder.vue
@@ -46,20 +46,20 @@
- {{ $t('message.product_Location') }}
- {{ $t('message.product_Number') }}
- {{ $t('message.Container') }}
- {{ $t('message.operation') }}
+ {{ $t('message.product_Location') }}
+ {{ $t('message.product_Number') }}
+ {{ $t('message.Container') }}
+ {{ $t('message.operation') }}
- {{ item.wlCode }}
- {{ item.qty }}
- {{ item.barcode }}
-
+ {{ item.wlCode }}
+ {{ item.qty }}
+ {{ item.barcode }}
+
- {{ $t('message.product_Delete') }}
+ {{ $t('message.product_Delete') }}
@@ -222,6 +222,7 @@ export default class RawReceiptDetail extends BasePage {
};
this.Location.push(arr);
this.wlCode = this.Location[0];
+ this.qty = this.Container.qty - parseFloat(this.Container.cpRef4);
//let num = 0;
// if (this.LocationList.length != 0) {
// this.LocationList.forEach((item: any) => {
@@ -474,6 +475,9 @@ export default class RawReceiptDetail extends BasePage {
.right {
flex: 1;
}
+ .u-th {
+ flex: auto;
+ }
.icon {
display: flex;
diff --git a/src/pages/raw/handover/RUS-picking/BySummary.vue b/src/pages/raw/handover/RUS-picking/BySummary.vue
index 0d13909..87cd0d9 100644
--- a/src/pages/raw/handover/RUS-picking/BySummary.vue
+++ b/src/pages/raw/handover/RUS-picking/BySummary.vue
@@ -48,17 +48,17 @@
- {{ $t('message.product_Location') }}
- {{ $t('message.product_Number') }}
- {{ $t('message.Container') }}
- {{ $t('message.operation') }}
+ {{ $t('message.product_Location') }}
+ {{ $t('message.product_Number') }}
+ {{ $t('message.Container') }}
+ {{ $t('message.operation') }}
- {{ item.wlCode }}
- {{ item.qty }}
- {{ item.barcode }}
-
- {{ $t('message.product_Delete') }}
+ {{ item.wlCode }}
+ {{ item.qty }}
+ {{ item.barcode }}
+
+ {{ $t('message.product_Delete') }}
@@ -213,6 +213,7 @@ export default class RawReceiptDetail extends BasePage {
};
this.Location.push(arr);
this.wlCode = this.Location[0];
+ this.qty = this.Container.qty - parseFloat(this.Container.cpRef4);
//let num = 0;
// if (this.LocationList.length != 0) {
// this.LocationList.forEach((item: any) => {
@@ -458,7 +459,9 @@ export default class RawReceiptDetail extends BasePage {
.right {
flex: 1;
}
-
+ .u-th {
+ flex: auto;
+ }
.icon {
display: flex;
justify-content: center;