diff --git a/src/pages/raw/so/rawSo/index.vue b/src/pages/raw/so/rawSo/index.vue index 013eae6..0683751 100644 --- a/src/pages/raw/so/rawSo/index.vue +++ b/src/pages/raw/so/rawSo/index.vue @@ -74,13 +74,13 @@ - + + {{ $t('message.product_Upload') }} - + {{ $t('message.po_Return') }} @@ -288,6 +288,7 @@ export default class RawSo extends BasePage { locCode: this.every.userDefined1, //barcode: this.Container.barcode, qty: this.nowAmount, + proOutType: 'raw', }; this.list.push(arr); this.material[this.materialIndex].outAmount += parseFloat(this.list[this.list.length - 1].qty); diff --git a/src/pages/raw/so/spSo/config.ts b/src/pages/raw/so/spSo/config.ts index e878c23..dd6369d 100644 --- a/src/pages/raw/so/spSo/config.ts +++ b/src/pages/raw/so/spSo/config.ts @@ -70,9 +70,4 @@ export const detailHeader = [ key: 'qty', width: 186, }, - { - label: vm.$t('message.product_barCode'), - key: 'barcode', - width: 300, - }, ]; diff --git a/src/pages/raw/so/spSo/index.vue b/src/pages/raw/so/spSo/index.vue index 1ae24b3..3ff2c15 100644 --- a/src/pages/raw/so/spSo/index.vue +++ b/src/pages/raw/so/spSo/index.vue @@ -74,13 +74,13 @@ - + + {{ $t('message.product_Upload') }} - + {{ $t('message.po_Return') }} @@ -284,6 +284,7 @@ export default class SpSo extends BasePage { locCode: this.every.userDefined1, //barcode: this.Container.barcode, qty: this.nowAmount, + proOutType: 'sp', }; this.list.push(arr); this.material[this.materialIndex].outAmount += parseFloat(this.list[this.list.length - 1].qty);