cosmoim-852 fix 原材料退料操作优化&&bug修复

master
hou 3 years ago
parent 046ad0a355
commit 9976cf018a

@ -9,7 +9,7 @@
</view>
</view>
<view class="pickerMask" v-if="pickerVisable" @click="pickerVisable = false">
<view class="pickerMask" v-if="pickerVisable">
<view class="alertArea JAnimateBtmIn" @click.stop="doNothing">
<view class="searchInput" v-if="searchPosition == 'top'">
<view class="clickArea">

@ -154,7 +154,7 @@ export default class LoginPage extends BasePage {
console.log('image', this.image);
console.log('Version////', this.Version);
}
Version = '1.0.23';
Version = '1.0.25';
compareVersion(version1: any, version2: any) {
//version1 1 &&& version2 -1
const newVersion1 = `${version1}`.split('.').length < 3 ? `${version1}`.concat('.0') : `${version1}`;

@ -213,9 +213,11 @@ export default class returningDom extends BasePage {
this.materieCode = v.pickerName;
this.model.materielList.forEach((item: any) => {
if (this.materieCode.value == item.label) {
console.log(item);
this.form.sendSpot = item.sendSpot;
this.form.totalBackAmount = item.totalBackAmount;
this.materielAmount = item.amount;
this.form.materialCode = item.value;
}
});
}

Loading…
Cancel
Save