From cafa9ae77da5ae18db0336a353a79a639b7cc299 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 17 八月 2025 10:32:46 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/flowmgr/programexport.vue | 166 ++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 144 insertions(+), 22 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 1cf6d1d..3a60048 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -1,24 +1,43 @@
<!--
* @Date: 2025-06-20 20:48:17
* @LastEditors: gaoshp
- * @LastEditTime: 2025-07-08 20:46:33
+ * @LastEditTime: 2025-08-17 10:17:27
* @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
-->
<template>
<basic-container>
- <avue-crud :option="option" :table-loading="loading" :data="data" v-model:page="page" v-model="form" ref="crud" @current-change="currentChange"
- @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange">
- <template #menu-left>
- <!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button> -->
- <!-- <el-button type="primary" plain @click="reassign">鎸傝浇杞﹀簥绋嬪簭搴�</el-button> -->
- <el-button type="primary" plain @click="exportExcel">瀵煎嚭</el-button>
- </template>
- <template #menu="scope">
- <!-- <el-button type="primary" text size="default"
- @click.stop="handleAction(scope.row, scope.index)">澶勭悊鎰忚
- </el-button> -->
- </template>
- </avue-crud>
+ <el-tabs v-model="activeName" type="card" class="demo-tabs" @tab-click="tabsClick">
+ <el-tab-pane label="寰呭姙" name="todo">
+ <avue-crud :option="option" :table-loading="loading" :data="data" v-model:page="page" v-model="form" ref="crud" @current-change="currentChange"
+ @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange">
+ <template #menu-left>
+ <!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button> -->
+ <!-- <el-button type="primary" plain @click="reassign">鎸傝浇杞﹀簥绋嬪簭搴�</el-button> -->
+ <el-button type="primary" plain @click="exportExcel">瀵煎嚭</el-button>
+ </template>
+ <template #menu="scope">
+ <!-- <el-button type="primary" text size="default"
+ @click.stop="handleAction(scope.row, scope.index)">澶勭悊鎰忚
+ </el-button> -->
+ </template>
+ </avue-crud>
+ </el-tab-pane>
+ <el-tab-pane label="宸插姙" name="completed">
+ <avue-crud :option="optionCompleted" :table-loading="loading" :data="data" v-model:page="page" v-model="form" ref="crud" @current-change="currentChange"
+ @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange">
+ <template #menu-left>
+ <!-- <el-button type="primary" plain @click="exportWebSite">瀵煎嚭鍥炰紶娑夊瘑缃�</el-button> -->
+ <!-- <el-button type="primary" plain @click="reassign">鎸傝浇杞﹀簥绋嬪簭搴�</el-button> -->
+ <el-button type="primary" plain @click="exportExcel">瀵煎嚭</el-button>
+ </template>
+ <template #menu="scope">
+ <!-- <el-button type="primary" text size="default"
+ @click.stop="handleAction(scope.row, scope.index)">澶勭悊鎰忚
+ </el-button> -->
+ </template>
+ </avue-crud>
+ </el-tab-pane>
+ </el-tabs>
</basic-container>
</template>
@@ -32,6 +51,7 @@
name: 'programexport',
data() {
return {
+ activeName: "todo",
// Define your data properties here
page: {
pageSize: 10,
@@ -63,18 +83,32 @@
menu: false,
dialogClickModal: false,
column: [
+ {
+ label: '娴佺▼鏍囬',
+ prop: 'title',
+ },
{
- label: '鍥惧彿',
+ label: '闆剁粍浠跺彿',
prop: 'drawingNo',
},
{
- label: '鍥惧彿鐗堟',
- prop: 'drawingNoEdition',
+ label: '宸ュ簭鍙�',
+ prop: 'processNo',
+ },
+
+ {
+ label: '宸ュ簭鐗堟',
+ prop: 'processEdition',
},
{
label: '宸ュ簭鍚嶇О',
prop: 'processName',
},
+ {
+ label: '鍥惧彿鐗堟',
+ prop: 'drawingNoEdition',
+ },
+
{
label: '绋嬪簭鍚嶇О',
prop: 'name',
@@ -85,7 +119,7 @@
prop: 'createTime',
},
{
- label: '瀹屾垚鏃堕棿',
+ label: '閫氳繃鏃堕棿',
prop: 'passTime',
search: true,
hide: true,
@@ -96,10 +130,87 @@
searchSpan: 8,
},
],
+ },
+ optionCompleted: {
+ addBtn: false,
+ editBtn: false,
+ delBtn: false,
+ viewBtn: true,
+ columnBtn: false,
+ tip: false,
+ // simplePage: true,
+ searchShow: true,
+ searchMenuSpan: 6,
+ dialogWidth: '60%',
+ // tree: true,
+ border: true,
+ index: true,
+ selection: true,
+ // viewBtn: true,
+ menuWidth: 200,
+ menu: false,
+ dialogClickModal: false,
+ column: [
+ {
+ label: '娴佺▼鏍囬',
+ prop: 'title',
+ },
+ {
+ label: '闆剁粍浠跺彿',
+ prop: 'drawingNo',
+ },
+ {
+ label: '宸ュ簭鍙�',
+ prop: 'processNo',
+ },
+ {
+ label: '宸ュ簭鐗堟',
+ prop: 'processEdition',
+ },
+ {
+ label: '宸ュ簭鍚嶇О',
+ prop: 'processName',
+ },
+ {
+ label: '鍥惧彿鐗堟',
+ prop: 'drawingNoEdition',
+ },
+
+ {
+ label: '绋嬪簭鍚嶇О',
+ prop: 'name',
+ search: true,
+ },
+ {
+ label: '閫氳繃鏃堕棿',
+ prop: 'createTime',
+ sortable: true,
+ },
+ {
+ label: '宸插姙鏃堕棿',
+ prop: 'updateTime',
+ sortable: true,
+ },
+ {
+ label: '閫氳繃鏃堕棿',
+ prop: 'passTime',
+ search: true,
+ hide: true,
+ type: 'datetime',
+ format: 'YYYY-MM-DD HH:mm:ss',
+ valueFormat: 'YYYY-MM-DD HH:mm:ss',
+ searchRange: true,
+ searchSpan: 8,
+ sortable: true,
+ },
+ ],
}
};
},
methods: {
+ tabsClick(tab,event) {
+ this.onLoad(this.page, this.query);
+ },
selectionChange(list) {
this.selection = list;
},
@@ -138,12 +249,13 @@
/** * 椤甸潰鍔犺浇鏃惰幏鍙栨暟鎹�
*/
onLoad(page, params = {}) {
- console.log('onLoad', page, params);
const query = {
...this.query,
// category: params.category ? flowCategory(params.category) : null,
mode: this.mode,
};
+ var status = this.activeName == 'todo'?null:2;
+ params.status = status;
try {
delete query.confirmTime; // 鍒犻櫎涓嶅繀瑕佺殑鏌ヨ鏉′欢
} catch (error) {
@@ -181,10 +293,20 @@
{},
{ids: this.selection.map(item => item.id)},
).then(res => {
- let name = res.headers['content-disposition'].split('filename=')[1]
- console.log(res.headers['content-disposition'].split('filename=')[1]);
- downloadFile(res.data, `瀵煎嚭DNC-${name}`);
+ console.log('status='+res.status)
+ if(res.status == 200){
+ //console.log(res.data);
+
+ let name = res.headers['content-disposition'].split('filename=')[1]
+ //console.log(res.headers['content-disposition'].split('filename=')[1]);
+ downloadFile(res.data, `${name}`);
+
+ }else{
+ this.$message.error('瀵煎嚭閿欒');
+ console.log(res);
+ }
NProgress.done();
+ this.onLoad(this.page, this.query);
});
});
},
--
Gitblit v1.9.3