全局查询页面回显问题
This commit is contained in:
parent
64501c28d6
commit
b5aa2ebe8f
|
|
@ -29,6 +29,7 @@ import Home from "./component/homeApply.vue"; // 主列表
|
|||
import AddTools from "./component/addToolsApply.vue"; // 发布
|
||||
import QueryTools from "./component/queryToolsApply.vue"; // 查询机具
|
||||
export default {
|
||||
name: "LeasePublish",
|
||||
components: {
|
||||
Home,
|
||||
PageHeaderApply,
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ import { imgUpLoad, fileUpLoad } from "@/api/system/upload";
|
|||
import { downloadFile } from "@/utils/download";
|
||||
import { getToken } from '@/utils/auth'
|
||||
export default {
|
||||
name: "ToolsType",
|
||||
name: "Archives",
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ import Home from './component/home.vue'
|
|||
import AddReturn from './component/addReturn.vue'
|
||||
import QueryReturn from './component/queryReturn.vue'
|
||||
export default {
|
||||
name: 'Return',
|
||||
components: {
|
||||
PageHeader,
|
||||
Home,
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ import {
|
|||
// import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
|
||||
export default {
|
||||
name: 'bmAssetAttributes',
|
||||
name: 'BmAssetAttributes',
|
||||
dicts: ['sys_normal_disable'],
|
||||
// components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ import CryptoJS from 'crypto-js'
|
|||
// import Treeselect from '@riophae/vue-treeselect'
|
||||
// import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
export default {
|
||||
name: 'bmProject',
|
||||
name: 'BmProject',
|
||||
dicts: ['bm_project_status'],
|
||||
// components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ import { deptTreeSelect } from '@/api/system/user'
|
|||
import Treeselect from '@riophae/vue-treeselect'
|
||||
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
export default {
|
||||
name: 'bmUnit',
|
||||
name: 'BmUnit',
|
||||
dicts: ['sys_normal_disable'],
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ import Treeselect from "@riophae/vue-treeselect";
|
|||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||
|
||||
export default {
|
||||
name: "bmUnitPeople",
|
||||
name: "BmUnitPeople",
|
||||
dicts: ['sys_normal_disable', 'sys_user_sex'],
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
import { listRole } from "@/api/system/role";
|
||||
import { getKeeperIds, updateBmConfig } from "@/api/ma/typeConfigKeeper";
|
||||
export default {
|
||||
name: "siteConfig",
|
||||
name: "SiteConfig",
|
||||
data() {
|
||||
return {
|
||||
activeName: "first",
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ import {
|
|||
updateData,
|
||||
} from "@/api/system/dict/data";
|
||||
export default {
|
||||
name: "unitType",
|
||||
name: "UnitType",
|
||||
dicts: ["sys_normal_disable"],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ import qrcode from 'qrcodejs2';
|
|||
import Treeselect from "@riophae/vue-treeselect";
|
||||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||
export default {
|
||||
name: 'Home',
|
||||
name: 'Code',
|
||||
dicts: ['qr_box_type'],
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
<script>
|
||||
import { getConfigListApi, addConfigApi, editConfigApi, deleteConfigApi } from '@/api/countersign/countersign'
|
||||
export default {
|
||||
name: 'signConfig',
|
||||
name: 'Config',
|
||||
dicts: ['countersign_process_name', 'countersign_type_name', 'tm_task_type'],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ import { deptTreeSelect } from "@/api/system/user";
|
|||
import Treeselect from "@riophae/vue-treeselect";
|
||||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||
export default {
|
||||
name: "signProcess",
|
||||
name: "Process",
|
||||
dicts: ["countersign_process_config_name", "countersign_process_type_name"],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import Home from "./component/homeApply.vue"; // 主列表
|
|||
import AddTools from "./component/addToolsApply.vue"; // 新增机具 和 修改机具
|
||||
import QueryTools from "./component/queryToolsApply.vue"; // 查询机具 和 验收机具
|
||||
export default {
|
||||
name: "Apply",
|
||||
components: {
|
||||
Home,
|
||||
PageHeaderApply,
|
||||
|
|
|
|||
|
|
@ -559,6 +559,7 @@ import vueEasyPrint from 'vue-easy-print'
|
|||
// import chapter from '../../../../utils/chapter';
|
||||
import printJS from 'print-js'
|
||||
export default {
|
||||
name: 'OutBound',
|
||||
dicts: ['lease_task_status'],
|
||||
components: { vueEasyPrint },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -506,7 +506,7 @@ import Treeselect from '@riophae/vue-treeselect'
|
|||
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
|
||||
export default {
|
||||
name: 'supplier',
|
||||
name: 'Protocol',
|
||||
dicts: ['branch_project'],
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -382,7 +382,7 @@
|
|||
import QRCode from 'qrcodejs2';
|
||||
import html2canvas from 'html2canvas';
|
||||
export default {
|
||||
name: "Post",
|
||||
name: "Device",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ import {
|
|||
} from '@/api/ma/base'
|
||||
|
||||
export default {
|
||||
name: 'MechEquipConfigMgmt/index',
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ import Treeselect from "@riophae/vue-treeselect";
|
|||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||
import IconSelect from "@/components/IconSelect";
|
||||
export default {
|
||||
name: "partType",
|
||||
name: "PartType",
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ import {
|
|||
} from "@/api/ma/base";
|
||||
|
||||
export default {
|
||||
name: "",
|
||||
name: "PriceHistory",
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@
|
|||
import {Base64} from 'js-base64'
|
||||
import { forEach } from 'jszip';
|
||||
export default {
|
||||
name: "supplier",
|
||||
name: "Supplier",
|
||||
data() {
|
||||
return {
|
||||
uploadKey: Date.now(),
|
||||
|
|
|
|||
|
|
@ -714,7 +714,7 @@ import { getRepairIds } from "@/api/ma/typeConfigRepair";
|
|||
import { imgUpLoad } from "@/api/system/upload";
|
||||
|
||||
export default {
|
||||
name: "ToolsType",
|
||||
name: "Type",
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ import { getUserList } from "@/api/basic/basic";
|
|||
import { getInfo } from "@/api/login";
|
||||
import { downloadFile } from "@/utils/download";
|
||||
export default {
|
||||
name: "typeConfig",
|
||||
name: "TypeConfigKeeper",
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ import { getUserList } from "@/api/basic/basic";
|
|||
import { getInfo } from "@/api/login";
|
||||
import { downloadFile } from "@/utils/download";
|
||||
export default {
|
||||
name: "typeConfig",
|
||||
name: "TypeConfigRepair",
|
||||
components: { Treeselect },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ import { deptTreeSelect } from "@/api/system/user";
|
|||
import Treeselect from "@riophae/vue-treeselect";
|
||||
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
||||
export default {
|
||||
name: "whHouse",
|
||||
name: "WhHouse",
|
||||
data() {
|
||||
return {
|
||||
// 遮罩层
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ import { getPartTypeCheckInfo,getPartTypeFileList } from '@/api/part/partArrived
|
|||
import { downloadFile } from "@/utils/download";
|
||||
import { getToken } from "@/utils/auth";
|
||||
export default {
|
||||
name: "AcceptDetail",
|
||||
name: "PartAcceptDetail",
|
||||
dicts: ["purchase_task_status"],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ import vueEasyPrint from "vue-easy-print";
|
|||
import { downloadFile } from '@/utils/download'
|
||||
import { getToken } from '@/utils/auth'
|
||||
export default {
|
||||
name: "PartAcceptList",
|
||||
name: "PartAccept",
|
||||
dicts: ['part_task_status'],
|
||||
components: { vueEasyPrint },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ import { getPartTypeCheckInfo,getPartTypeFileList } from '@/api/part/partArrived
|
|||
import { downloadFile } from "@/utils/download";
|
||||
import { getToken } from "@/utils/auth";
|
||||
export default {
|
||||
name: "AcceptDetail",
|
||||
name: "PartAcceptDetailTwo",
|
||||
dicts: ["purchase_task_status"],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ import vueEasyPrint from "vue-easy-print";
|
|||
import { downloadFile } from '@/utils/download'
|
||||
import { getToken } from '@/utils/auth'
|
||||
export default {
|
||||
name: "PartAcceptList",
|
||||
name: "PartAcceptTwo",
|
||||
dicts: ['part_task_status'],
|
||||
components: { vueEasyPrint },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import Home from "./component/home.vue"; // 主列表
|
|||
import AddTools from './component/addTools.vue' // 新增配件新购 和 修改配件新购
|
||||
import QueryTools from './component/queryTools.vue' // 查询配件新购
|
||||
export default {
|
||||
name: "PartArrived",
|
||||
components: {
|
||||
Home,
|
||||
PageHeader,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ import Home from "./component/homeApply.vue"; // 主列表
|
|||
import AddTools from "./component/addToolsApply.vue"; // 新增 和 修改
|
||||
import QueryTools from "./component/queryToolsApply.vue"; // 查询
|
||||
export default {
|
||||
name: "PartLease",
|
||||
components: {
|
||||
Home,
|
||||
PageHeaderApply,
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
<!-- </template>-->
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" prop="remark" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="操作" align="center" width="250" fixed="right">
|
||||
<el-table-column label="操作" align="center" width="200" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
</el-button>
|
||||
<el-button
|
||||
size="mini"
|
||||
type="warning"
|
||||
type="warning" v-if="scope.row.taskStatusName == '已完成'"
|
||||
@click="handlePrint(scope.row)"
|
||||
>
|
||||
验收单
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
import vueEasyPrint from "vue-easy-print";
|
||||
import printJS from 'print-js';
|
||||
export default {
|
||||
name: "GoodsAcceptList",
|
||||
name: "GoodsAccept",
|
||||
dicts: ['purchase_task_status'],
|
||||
components: { vueEasyPrint },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
<el-table-column label="操作时间" align="center" width="160" prop="createTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="状态" align="center" prop="taskStatusName" :show-overflow-tooltip="true"></el-table-column>
|
||||
<el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
|
||||
<el-table-column label="操作" align="center" width="250" fixed="right">
|
||||
<el-table-column label="操作" align="center" width="200" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button size="mini" style="margin-bottom: 10px" type="normal"
|
||||
@click="handleView(scope.row)"
|
||||
|
|
@ -115,11 +115,12 @@
|
|||
v-if="scope.row.taskStatusName == '未完成'"
|
||||
@click="handleNotice(scope.row)" v-hasPermi="['purchase:person:notice']"
|
||||
>通知</el-button>
|
||||
<el-button size="mini" type="warning"
|
||||
<!-- <el-button size="mini" type="warning"
|
||||
v-if="scope.row.taskStatusName == '未完成'"
|
||||
@click="handlePrint(scope.row)"
|
||||
>验收单</el-button>
|
||||
<el-button size="mini" type="danger" v-hasPermi="['purchase:info:remove']"
|
||||
>验收单</el-button> -->
|
||||
<el-button size="mini" type="danger"
|
||||
v-if="scope.row.taskStatusName == '未完成'" v-hasPermi="['purchase:info:remove']"
|
||||
@click="handleDeletePurchase(scope.row)"
|
||||
>删除</el-button>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import Home from "./component/home.vue"; // 主列表
|
|||
import AddTools from './component/addTools.vue' // 新增机具 和 修改机具
|
||||
import QueryTools from './component/queryTools.vue' // 查询机具 和 验收机具
|
||||
export default {
|
||||
name: "GoodsArrived",
|
||||
components: {
|
||||
Home,
|
||||
PageHeader,
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@
|
|||
show-overflow-tooltip
|
||||
/>
|
||||
|
||||
<el-table-column label="操作" align="center" width="300" fixed="right">
|
||||
<el-table-column label="操作" align="center" width="250" >
|
||||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
plain
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ import Home from './component/home.vue' // 主列表
|
|||
import PageHeader from '@/components/pageHeader'
|
||||
import BindTools from './component/bindTools.vue' // 编码绑定 查看
|
||||
export default {
|
||||
name: 'GoodsBind',
|
||||
components: {
|
||||
Home,
|
||||
BindTools,
|
||||
|
|
|
|||
|
|
@ -192,19 +192,19 @@
|
|||
<div class="fillIn" style="margin-top: 20px; display: flex; justify-content: space-between">
|
||||
<div class="item" style="width: 33%">
|
||||
<div>
|
||||
<span>供应科:{{ printData.supplyDept }}</span>
|
||||
<span>审核(班长){{ printData.reviewer }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="item" style="width: 33%">
|
||||
<!-- <div class="item" style="width: 33%">
|
||||
<div>
|
||||
<span>生产技术科:{{ printData.productionTechDept }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="item" style="width: 33%">
|
||||
<div>
|
||||
<span>库管班:{{ printData.warehouseTeam }}</span>
|
||||
<span>库管员:{{ printData.warehouseTeam }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -225,7 +225,7 @@ import { downloadFile } from '@/utils/download'
|
|||
import { getToken } from '@/utils/auth'
|
||||
import vueEasyPrint from 'vue-easy-print'
|
||||
export default {
|
||||
name: 'GoodsAcceptList',
|
||||
name: 'GoodsEntry',
|
||||
dicts: ['purchase_task_status'],
|
||||
components: { vueEasyPrint },
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ import { getQrCodeBoxListApi,addQrCodeBoxApi,editQrCodeBoxApi,delQrCodeBoxApi,ge
|
|||
import QRCode from 'qrcodejs2';
|
||||
import html2canvas from 'html2canvas';
|
||||
export default {
|
||||
name: 'Home',
|
||||
name: 'StandardBox',
|
||||
dicts: ['qr_box_type'],
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue