提交统计查询

This commit is contained in:
2025-04-28 10:43:28 +08:00
parent 95ee4bcebf
commit 13bd58a932
2 changed files with 91 additions and 42 deletions

View File

@@ -91,6 +91,7 @@
type: currentNode.data ? currentNode.data.dictType : '',
labelId: addForm.id
}"
:pageSizes="[50, 100, 200, 300, 500, 1000]"
axiosType="raw"
getAssociatedGoodsListKey="id"
:isNoPaging="true"
@@ -326,7 +327,10 @@
v-if="currentNode && currentNode.data.isLast == 1"
></div> -->
</div>
<div class="submitButton submitButtonBox">
<div
class="submitButton submitButtonBox"
v-if="!currentNode.data.disabled"
>
<el-button
type="primary"
@click="dataFormSubmit('addForm')"
@@ -644,14 +648,13 @@ export default {
await this.getDataList();
this.$nextTick(() => {
this.$refs.commonTree.setCurrentNodeShow("all");
setTimeout(() => {
this.$refs.commonShop.getDataList();
}, 3000);
});
},
async created() {
this.isEdit = false;
await this.getDataList();
},
async mounted() {
this.$nextTick(() => {
this.$refs.commonTree.setCurrentNodeShow("all");
});
@@ -690,8 +693,11 @@ export default {
});
},
handleStatisticsQuery() {
this.statisticsQuery = true;
this.$nextTick(() => {
this.$refs.commonShop.current=1;
this.$refs.commonShop.limit=50;
this.$refs.commonShop.statisticsQuery();
});
},
@@ -1062,17 +1068,11 @@ export default {
this.isFresh = true;
},
handleClickNodes(node, data, type) {
console.log("node at line 878:", node, data, type);
this.isEdit = false;
this.addForm = {};
// console.log(this.$refs.tree.handleClickNodes(), "当前选中节点");
console.log(node, data, "当前选中节点");
this.currentNode = node ? node : {};
this.isFresh = false;
this.isFresh = true;
var form = {};
switch (type) {
case "add":