hdsmesin-44 feat so手持修改

(cherry picked from commit dcce7af14bac8cd22356ee4e0146292c6764464d)
master
mabaoyan 2 years ago committed by 马宝燕
parent c3025015ff
commit a368b00d5a

@ -74,13 +74,13 @@
<!-- 底部按钮 -->
<view class="bottom-bar">
<u-row class="button-bar">
<u-col :span="4">
<!-- <u-col :span="4">
<u-button type="primary" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col>
<u-col :span="4">
</u-col> -->
<u-col :span="6">
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>
</u-col>
<u-col :span="4">
<u-col :span="6">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-col>
</u-row>
@ -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);

@ -70,9 +70,4 @@ export const detailHeader = [
key: 'qty',
width: 186,
},
{
label: vm.$t('message.product_barCode'),
key: 'barcode',
width: 300,
},
];

@ -74,13 +74,13 @@
<!-- 底部按钮 -->
<view class="bottom-bar">
<u-row class="button-bar">
<u-col :span="4">
<!-- <u-col :span="4">
<u-button type="primary" @click="bill">{{ $t('message.detailed') }}</u-button>
</u-col>
<u-col :span="4">
</u-col> -->
<u-col :span="6">
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>
</u-col>
<u-col :span="4">
<u-col :span="6">
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
</u-col>
</u-row>
@ -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);

Loading…
Cancel
Save