|
|
|
@ -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);
|
|
|
|
|