Files
mosty_hnzy_pc_temp/README.md
2026-01-16 15:36:25 +08:00

172 lines
3.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mosty_hnzy_pc_temp
#湖南中烟pc
### 安装依赖
npm install
或者,直接解压贵州里面的 node_modules.zip 或.rar 压缩包npm run dev然后缺啥补啥
### 运行
npm run dev
### 打包
npm run build
# ================== 组件使用 ==================
## 选择单位
```js
<!-- 选择单位 -->
<Choosebm :showDdld="showDept" searchType="03" :zzlx="zzlx" @closezzjg="showDept=false" @listdata="deptChange" />
import Choosebm from "@/components/MyComponents/ChooseDept/index.vue";
const showDept = ref(false);
const zzlx = ref(null);
const deptChange = (val) => {
fromData.value.responsibledeptname = val.orgName;
fromData.value.responsibledeptid = val.id;
}
```
```js
## mosty 组件
import * as MOSTY from "@/components/MyComponents/index";
```
## 标题组件
```html
<MOSTY.Assort :title="'基础信息'" />
```
## 编辑和删除 查看
```html
<template #actions="{ row }">
<span class="operedit" @click="handleEdit(row)">
<el-icon>
<EditPen />
</el-icon>
编辑
</span>
<el-popconfirm
confirm-button-text="是"
cancel-button-text="否"
icon-color="red"
title="确定要删除?"
@confirm="handleDel(row)"
>
<template #reference>
<span class="operdel" size="small">
<el-icon>
<Delete />
</el-icon>
删除</span
>
</template>
</el-popconfirm>
<span class="operesee" @click="handleSee(row)">
<el-icon> <Compass /> </el-icon>查看</span
>
</template>
```
## 文本框调高
```vue
:autosize="{minRows:2,maxRows:5}"
```
## 烟草 api
```js
import { getApi, postApi } from "@/api/tobAcco_api.js"
```
## 字典调用方法
```js
const { proxy } = getCurrentInstance()
const { D_TB_NHDJ } = proxy.$dict("D_TB_NHDJ")
```
```js
props.rowItem.orgCode && props.rowItem.orgCode.replace('XN', '')
ssbmid string 所属部门id
ssbmmc string 所属部门名字
<el-input-number v-model="info.fsisBdArea" :precision="2" style="width: 100%" :min="0" />
<el-popconfirm confirm-button-text="是" cancel-button-text="否" icon-color="red" title="确定要删除?"
@confirm="onDelete(row)">
<template #reference>
<el-link type="danger">删除</el-link>
</template>
</el-popconfirm>
// 冒泡排序
```
### 导入
```js
// 导入模板数据
const uploadFile = () => {
nextTick(() => {
fileBtn.value.click()
})
}
<input type="file" style="display: none;" @change="changeFile" ref="fileBtn">
// 获取文件
const changeFile = () => {
nextTick(() => {
let file = fileBtn.value.files[0]
if (!file) { return; }
let data = new FormData()
data.append('file', file);
uploadfilApi(data, `/mosty-jcgl/target/batchUpload`).then(() => {
ElMessage.success("批量上传成功");
listQuery.pageCurrent = 1;
getTabList();
}).finally(() => {
fileBtn.value.value = ''
})
})
}
# ===============督办任务问题=================
1、发布后续流程
2、
import { getItem } from "@/utils/storage";
const isAdmin = ref(getItem('USERID') == '000000')
## 状态标签
<template #sbStatus="{ row }">
<el-tag :type="colorTypeObj[row.sbStatus]">{{ D_DTSB_AN_Obj[row.sbStatus] }}</el-tag>
</template>
考题库 试卷库 课件库屏蔽上报
1. 左边选择框
2. reportTools.js 屏蔽isShowReportButton方法
3. 考题库,【编辑】【删除】权限修改
4. 批量上报屏蔽
5.本级屏蔽
5. 状态栏屏蔽
6. 【上报】按钮