@@ -202,6 +202,8 @@ function handleQuery() {
/** 重置按钮操作 */
function resetQuery() {
proxy.resetForm("queryRef");
+ getNowDate();
+ getPassDate();
handleQuery();
}
@@ -223,6 +223,8 @@ function resetQuery() {
queryParams.value = {};
innerOutsourceStore().setInnerOutsourceQueryParams(null);
@@ -205,6 +205,8 @@ function handleQuery() {
@@ -104,7 +104,7 @@
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="64">
<template #default="scope">
- <el-button v-if="scope.row.flag" link type="warning" icon="Edit"
+ <el-button v-if="scope.row.flag && scope.row.productionDeptId != -1" link type="warning" icon="Edit"
@click="handleShowTurnoverDialog(scope.row)"> 编辑 </el-button>
</template>