退料添加过账凭证

master
guoshuang 4 months ago
parent dd43920f40
commit cb3e26ef80

@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version); // console.log('Version////', this.Version);
} }
///****************** ///******************
version = '0.0.169'; // version = '0.0.170'; //
//version = '0.0.14'; // //version = '0.0.14'; //
//*************** false true **************** //*************** false true ****************
//isTest = true; //isTest = true;

@ -28,6 +28,10 @@
<view style="width: 25%" class="list-item"> 退料单: </view> <view style="width: 25%" class="list-item"> 退料单: </view>
<view style="width: 80%"> {{ item.produceCode }} </view> <view style="width: 80%"> {{ item.produceCode }} </view>
</view> </view>
<view class="row-list">
<view style="width: 25%" class="list-item"> 过账凭证: </view>
<view style="width: 80%"> {{ item.userDefined9 || '' }} </view>
</view>
<view class="row-list"> <view class="row-list">
<view style="width: 25%" class="list-item"> 物料编码: </view> <view style="width: 25%" class="list-item"> 物料编码: </view>
<view style="width: 80%"> {{ item.handlematerialCode }} </view> <view style="width: 80%"> {{ item.handlematerialCode }} </view>
@ -405,7 +409,7 @@ body {
background-color: #fff; background-color: #fff;
padding: 20rpx 20rpx 20rpx; padding: 20rpx 20rpx 20rpx;
border-radius: 10rpx; border-radius: 10rpx;
height: 240rpx; height: 260rpx;
overflow: scroll; overflow: scroll;
margin-bottom: 6rpx; margin-bottom: 6rpx;
//box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2); //box-shadow: 0 0 20rpx 0 rgba(128, 128, 128, 0.2);

Loading…
Cancel
Save