hou 4 years ago
commit a3ba3a3c2b

@ -71,15 +71,15 @@ export default {
//po收货
po_ReceivingGoods: 'PO receive',
po_ReturnGoods: 'DN return',
returned: 'Quantity to be returned',
returneds: 'Quantity to be returned',
Closed:'Closed',
returned: 'Return Qty',
returneds: 'Return Qty',
Closed: 'Closed',
quantity: 'Cumulative return quantity',
materials:'Please return all materials',
materials: 'Please return all materials',
po_OddNumbers: 'PO No',
po_Supplier: 'Supplier',
po_OrderType: 'Order type',
po_Location: 'Loc',
po_Location: 'Inventory',
po_PleaseScan: 'Please scan PO',
po_PleaseScanMATcode: 'Please scan MAT barcode',
PleaseScan: 'Please scan',

@ -479,7 +479,7 @@ export default class RawReceiptDetail extends BasePage {
height: 100%;
display: flex;
view {
width: 140rpx;
width: 145rpx;
line-height: 100rpx;
}
.search{
@ -496,7 +496,7 @@ export default class RawReceiptDetail extends BasePage {
height: 100%;
display: flex;
.material-right-title {
width: 140rpx;
width: 145rpx;
height: 100%;
line-height: 100rpx;
}

@ -120,7 +120,7 @@ export default class returningDom extends BasePage {
materialCode: null, // code
wlName: '', // name
wlCode: '',
totalBackAmount:'1',
totalBackAmount: '0',
};
prdOrder: any = [];
wlCode: any = '';
@ -167,7 +167,7 @@ export default class returningDom extends BasePage {
this.form.prdOrder = this.data.label;
this.form.wlName = this.data.value;
this.form.sendSpot = this.data.sendSpot;
this.form.amount = this.data.amount;
// this.form.amount = this.data.amount;
}
if (this.form.prdOrder != null) {
@ -204,9 +204,9 @@ export default class returningDom extends BasePage {
this.form.wlName = v[0].label;
this.model.materielList.forEach((item: any) => {
if (this.form.materialCode == item.label) {
this.form.amount = item.amount;
// this.form.amount = item.amount;
this.form.sendSpot = item.sendSpot;
this.form.totalBackAmount = item.totalBackAmount
this.form.totalBackAmount = item.totalBackAmount;
// this.form.wkposCode = item.wkposCode;
}
});

@ -35,7 +35,7 @@
<!-- 应退数量 -->
<view class="material">
<view class="material-right">
<view class="material-right-title">{{ $t('message.returneds') }}:</view>
<view class="material-right-title" style="width: 260rpx">{{ $t('message.returneds') }}:</view>
<view class="material-right-code" style="overflow: hidden">{{ some.poAmount }}</view>
</view>
</view>
@ -391,7 +391,7 @@ export default class RawReceiptDetail extends BasePage {
height: 100%;
display: flex;
view {
width: 100rpx;
width: 145rpx;
line-height: 100rpx;
}
.search{
@ -408,7 +408,7 @@ export default class RawReceiptDetail extends BasePage {
height: 100%;
display: flex;
.material-right-title {
width: 120rpx;
width: 160rpx;
height: 100%;
line-height: 100rpx;
}

Loading…
Cancel
Save