| | |
| | | "name" : "智云LMES", |
| | | "appid" : "__UNI__B002F49", |
| | | "description" : "", |
| | | "versionName" : "2.0.58", |
| | | "versionCode" : 258, |
| | | "versionName" : "2.0.60", |
| | | "versionCode" : 260, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | "unipush" : { |
| | | "icons" : { |
| | | "small" : { |
| | | "ldpi" : "static/logo_icon.png", |
| | | "mdpi" : "static/logo_icon.png", |
| | | "hdpi" : "static/logo_icon.png", |
| | | "xhdpi" : "static/logo_icon.png", |
| | | "xxhdpi" : "static/logo_icon.png" |
| | | "hdpi" : "static/logo.png", |
| | | "ldpi" : "static/logo.png", |
| | | "mdpi" : "static/logo.png", |
| | | "xhdpi" : "static/logo.png", |
| | | "xxhdpi" : "static/logo.png" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | }, |
| | | HOutStockPlaceNameChange(e) { |
| | | console.log('e: ',e); |
| | | console.log('this.HStockPlaceNameList: ',this.HStockPlaceNameList); |
| | | let index = this.HStockPlaceNameList.findIndex(elem => elem['仓位名称'] == e) |
| | | this.hform.HOutStockPlaceName = '' |
| | | this.hform.HOutStockPlaceID = 0 |
| | | this.hform.HSCSPName = '' |
| | | this.hform.HSCSPID = 0 |
| | | if (index != -1) { |
| | | this.hform.HOutStockPlaceName = this.HStockPlaceNameList[index].仓位名称 |
| | | this.hform.HOutStockPlaceID = this.HStockPlaceNameList[index].HMainID |
| | | this.hform.HSCSPName = this.HStockPlaceNameList[index].仓位名称 |
| | | this.hform.HSCSPID = this.HStockPlaceNameList[index].HMainID |
| | | |
| | | } |
| | | |
| | | // for (var i = 0; i < this.HStockPlaceInNameList.length; i++) { |