|
@@ -271,7 +271,6 @@
|
|
}else if(_data.inOutType == '移库入库'){
|
|
}else if(_data.inOutType == '移库入库'){
|
|
this.isSelectType = false
|
|
this.isSelectType = false
|
|
}
|
|
}
|
|
-
|
|
|
|
else{
|
|
else{
|
|
this.detailData.freight = uni.getStorageSync('CarFreight')
|
|
this.detailData.freight = uni.getStorageSync('CarFreight')
|
|
this.isSelectType = true
|
|
this.isSelectType = true
|
|
@@ -283,6 +282,8 @@
|
|
_data.tranCarInfoList = []
|
|
_data.tranCarInfoList = []
|
|
} else{
|
|
} else{
|
|
this.isPC = true
|
|
this.isPC = true
|
|
|
|
+ uni.setStorageSync('erpContractNoCarList', _data.tranCarInfoList);
|
|
|
|
+ this.detailData.freight=uni.getStorageSync('erpcarNo').tranPrice
|
|
if(uni.getStorageSync('ContractNoCar')){
|
|
if(uni.getStorageSync('ContractNoCar')){
|
|
this.detailData.carNo = uni.getStorageSync('ContractNoCar')
|
|
this.detailData.carNo = uni.getStorageSync('ContractNoCar')
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectCost', {
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectCost', {
|