|
@@ -9,7 +9,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view>
|
|
<view>
|
|
|
- <AppSearchModule placeholder="输入字母搜索客户" @input="searchFn"/>
|
|
|
|
|
|
|
+ <AppSearchModule placeholder="输入字母搜索" @input="searchFn"/>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="select-dn_bx">
|
|
<view class="select-dn_bx">
|
|
@@ -241,7 +241,6 @@ export default {
|
|
|
cloudPrintOrder({id:item.id}).then((res) => {
|
|
cloudPrintOrder({id:item.id}).then((res) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
-
|
|
|
|
|
if(res.data.hasNoPrint == 1){
|
|
if(res.data.hasNoPrint == 1){
|
|
|
uni.showModal({
|
|
uni.showModal({
|
|
|
title: "提示",
|
|
title: "提示",
|
|
@@ -256,14 +255,8 @@ export default {
|
|
|
})
|
|
})
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
item.printNum++
|
|
item.printNum++
|
|
|
- }else if(res.code == 3){
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
})
|
|
})
|
|
|
}else if(s.type == 'confirm'){
|
|
}else if(s.type == 'confirm'){
|
|
|
let self = this;
|
|
let self = this;
|