| | |
| | | "name" : "智云LMES", |
| | | "appid" : "__UNI__B002F49", |
| | | "description" : "", |
| | | "versionName" : "1.0.87", |
| | | "versionCode" : 187, |
| | | "versionName" : "1.0.88", |
| | | "versionCode" : 188, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | <view class="title">单据号:</view> |
| | | <view class="right" style="width: 380rpx;"> |
| | | <input name="HBillNo" v-model="hform.HBillNo" placeholder="请扫描(或输入)条码" |
| | | @confirm="GetMeesageByBillNo(hform.HBarCode)" :focus="HBillNoFocus"/> |
| | | @confirm="GetMeesageByBillNo()" :focus="HBillNoFocus" @blur="GetMeesageByBillNo()"/> |
| | | </view> |
| | | <uni-icons type="scan" |
| | | style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" |
| | |
| | | }, |
| | | //扫描单据号条码 |
| | | GetMeesageByBillNo(e) { |
| | | if(this.hform.HBillNo==""||this.hform.HBillNo==undefined){ |
| | | return |
| | | } |
| | | uni.request({ |
| | | url: this.serverUrl + '/WEBSController/get_BillBarCode_BillCheck_Json', |
| | | data: { |
| | |
| | | <view class="title">单据号:</view> |
| | | <view class="right" style="width: 380rpx;"> |
| | | <input name="HBillNo" :focus="HBillNoFocus" v-model="hform.HBillNo" placeholder="请扫描(或输入)条码" |
| | | @confirm="GetMeesageByBillNo()" /> |
| | | @confirm="GetMeesageByBillNo()" @blur="GetMeesageByBillNo()" /> |
| | | </view> |
| | | <uni-icons type="scan" |
| | | style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" |
| | |
| | | }, |
| | | //扫描单据号条码 |
| | | GetMeesageByBillNo(e) { |
| | | if(this.hform.HBillNo==""||this.hform.HBillNo==undefined){ |
| | | return |
| | | } |
| | | uni.request({ |
| | | url: this.serverUrl + '/WEBSController/get_BillBarCode_BillCheck_Json', |
| | | data: { |