|
|
|
@ -64,13 +64,16 @@
|
|
|
|
|
<!-- 底部按钮 -->
|
|
|
|
|
<view class="bottom-bar">
|
|
|
|
|
<u-row class="button-bar">
|
|
|
|
|
<u-col :span="4">
|
|
|
|
|
<u-col :span="3">
|
|
|
|
|
<u-button type="primary" @click="bill">{{ $t('message.CommissionedGoOutDetails') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
|
<u-col :span="4">
|
|
|
|
|
<u-col :span="3">
|
|
|
|
|
<u-button type="primary" @click="close">{{ $t('message.Closed') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
|
<u-col :span="3">
|
|
|
|
|
<u-button type="primary" @click="onSubmit">{{ $t('message.product_Upload') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
|
<u-col :span="4">
|
|
|
|
|
<u-col :span="3">
|
|
|
|
|
<u-button type="error" @click="uni.navigateBack()">{{ $t('message.po_Return') }}</u-button>
|
|
|
|
|
</u-col>
|
|
|
|
|
</u-row>
|
|
|
|
@ -139,6 +142,13 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
this.materialList = [];
|
|
|
|
|
this.Location = [];
|
|
|
|
|
}
|
|
|
|
|
async close(){
|
|
|
|
|
if (this.form.documentNo == '') {
|
|
|
|
|
this.customToast(this.$t('message.Commission_tips1') as any);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
await this.model.closeCode(this.form.documentNo)
|
|
|
|
|
}
|
|
|
|
|
//输入单号 查询数据
|
|
|
|
|
async query() {
|
|
|
|
|
this.list = [];
|
|
|
|
@ -329,7 +339,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
view {
|
|
|
|
|
width: 110rpx;
|
|
|
|
|
height: 100%;
|
|
|
|
|
//line-height: 100rpx;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.single-right {
|
|
|
|
|