|
@@ -178,7 +178,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
this.$util.confirmModal({content:'确认分配?'},() => {
|
|
this.$util.confirmModal({content:'确认分配?'},() => {
|
|
|
-
|
|
|
|
|
|
|
+ uni.showLoading({mask:true})
|
|
|
let jsonPriceList = JSON.stringify(priceList);
|
|
let jsonPriceList = JSON.stringify(priceList);
|
|
|
batchChangePrice({data:jsonPriceList,appVersion:1}).then(res => {
|
|
batchChangePrice({data:jsonPriceList,appVersion:1}).then(res => {
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
@@ -188,6 +188,9 @@
|
|
|
checkOrderApi({pdType:'',itemInfo:jsonStock,remark:name+'分配增加库存'}).then(res => {
|
|
checkOrderApi({pdType:'',itemInfo:jsonStock,remark:name+'分配增加库存'}).then(res => {
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
this.$msg(res.msg)
|
|
this.$msg(res.msg)
|
|
|
|
|
+ setTimeout(function(){
|
|
|
|
|
+ uni.navigateBack({})
|
|
|
|
|
+ },1100)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
|