| | |
| | | "name" : "智云LMES", |
| | | "appid" : "__UNI__B002F49", |
| | | "description" : "", |
| | | "versionName" : "2.0.3", |
| | | "versionCode" : 203, |
| | | "versionName" : "2.0.4", |
| | | "versionCode" : 204, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | font-weight: bold; |
| | | } |
| | | } |
| | | |
| | | |
| | | .right { |
| | | // width: 450rpx; |
| | |
| | | if (this.hform.HBillNo == "" || this.hform.HBillNo == undefined) { |
| | | return |
| | | } |
| | | |
| | | let targetUrl = () => { |
| | | if(/智云|惠康/.test(this.hform.HStockOrgName)){ |
| | | return "/WEBSController/get_BillBarCode_BillCheck_Json_MateOut_HuiKang" |
| | | } |
| | | return "/WEBSController/get_BillBarCode_BillCheck_Json" |
| | | } |
| | | try { |
| | | let res = await CommonUtils.doRequest2Sync({ |
| | | url: '/WEBSController/get_BillBarCode_BillCheck_Json', |
| | | url: targetUrl(), |
| | | data: { |
| | | HBillNo: this.hform.HBillNo, |
| | | HBillType: this.hform.HBillType, |