|
@@ -17,7 +17,7 @@
|
|
|
</block>
|
|
</block>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="app-footer">
|
|
|
|
|
|
|
+ <div class="app-footer" v-if="!$util.isEmpty(ids)">
|
|
|
<div class="admin-button-com big blue" @click="batchFh()">全部发货</div>
|
|
<div class="admin-button-com big blue" @click="batchFh()">全部发货</div>
|
|
|
<div class="admin-button-com big blue" style="margin-left:50upx;" @click="batchPrint()">合并打印</div>
|
|
<div class="admin-button-com big blue" style="margin-left:50upx;" @click="batchPrint()">合并打印</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -44,6 +44,7 @@ export default {
|
|
|
computed: { ...mapGetters(["getLoginInfo", "getDictionariesInfo"]) },
|
|
computed: { ...mapGetters(["getLoginInfo", "getDictionariesInfo"]) },
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
|
|
+ ids:''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onPullDownRefresh() {
|
|
onPullDownRefresh() {
|
|
@@ -69,6 +70,8 @@ export default {
|
|
|
let prevPage = pages[ pages.length - 2 ];
|
|
let prevPage = pages[ pages.length - 2 ];
|
|
|
prevPage.$vm.fromDetail = {status:1}
|
|
prevPage.$vm.fromDetail = {status:1}
|
|
|
|
|
|
|
|
|
|
+ this.ids = this.option.ids?this.option.ids:''
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
init(){
|
|
init(){
|