src/components/echarts/DataComparison.vue
@@ -4,7 +4,7 @@ <el-row class="title"> <el-col :span="6" style="padding-left: 20px;text-align: left;">数据分析</el-col> <el-col :span="18" style="text-align: right;"> <el-button size="medium" @click="$emit('goBack')">返回</el-button> <el-button size="small" @click="$emit('goBack')">返回</el-button> </el-col> </el-row> </div> src/views/CNAS/externalService/supplierManage/index.vue
@@ -14,7 +14,7 @@ </div> <div> <!-- <el-button size="medium" @click="exportExcel">导 出</el-button>--> <el-button size="medium" type="primary" @click="showDialog('add')">新 增</el-button> <el-button size="small" type="primary" @click="showDialog('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/process/demand/index.vue
@@ -25,7 +25,7 @@ </el-form> </div> <div style="text-align: right; margin-bottom: 20px"> <el-button size="medium" type="primary" @click="goAdd">新增</el-button> <el-button size="small" type="primary" @click="goAdd">新增</el-button> </div> <div class="table"> <el-table v-loading="tableListLoading" :data="tableList" height="530" style="width: 100%"> src/views/CNAS/process/method/methodVerification/component/formDIa.vue
@@ -5,7 +5,7 @@ :visible.sync="formDia" width="90%" @close="closeDia"> <div v-if="operationType === 'edit'" style="text-align: right"> <el-button :disabled="form.confirmDate" size="medium" type="primary" @click="validation">验证确认</el-button> <el-button :disabled="form.confirmDate" size="small" type="primary" @click="validation">验证确认</el-button> </div> <table border="1" cellspacing="10" class="tables"> <tr> src/views/CNAS/process/method/methodVerification/index.vue
@@ -13,7 +13,7 @@ </el-form> </div> <div> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/process/method/standardMethodsChange/component/formDIaChange.vue
@@ -5,7 +5,7 @@ :visible.sync="formDia" width="90%" @close="closeDia"> <div v-if="operationType === 'edit'" style="text-align: right"> <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="medium" type="primary" @click="validation">验证确认</el-button> <el-button :disabled="form.confirmDate !== '' && form.confirmDate !== null && form.confirmDate !== undefined" size="small" type="primary" @click="validation">验证确认</el-button> </div> <table border="1" cellspacing="10" class="tables"> <tr> src/views/CNAS/process/method/standardMethodsChange/index.vue
@@ -13,7 +13,7 @@ </el-form> </div> <div> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue
@@ -13,14 +13,14 @@ </el-form> </div> <div> <el-button size="medium" type="primary" @click="openApprovalDialog1">建 档</el-button> <el-button size="small" type="primary" @click="openApprovalDialog1">建 档</el-button> <el-upload ref='upload' :action="action" :before-upload="beforeUpload" :headers="uploadHeader" :on-error="onError" :on-success="handleSuccessUp" :show-file-list="false" accept='.jpg,.jpeg,.png,.gif,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.zip,.rar' style="display: inline-block; margin-left: 10px;"> <el-button :loading="upLoading" size="medium" type="primary">导入</el-button> <el-button :loading="upLoading" size="small" type="primary">导入</el-button> </el-upload> <el-button size="medium" style="margin-left: 10px;" type="primary" @click="openFormDia">新 增</el-button> <el-button size="small" style="margin-left: 10px;" type="primary" @click="openFormDia">新 增</el-button> </div> </div> <div> src/views/CNAS/process/nonconformingWork/nonconformingDistribution/index.vue
@@ -13,11 +13,11 @@ <el-input v-model="searchForm.distributionYear" clearable size="small"></el-input> </span> <span class="search-group"> <el-button size="medium" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <div class="btn"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/process/nonconformingWork/nonconformingItem/index.vue
@@ -7,8 +7,8 @@ <el-input v-model="searchForm.occurrenceDepartment" clearable size="small"></el-input> </span> <span class="search-group"> <el-button size="medium" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> </div> <div class="table"> src/views/CNAS/process/reportResults/index.vue
@@ -11,8 +11,8 @@ <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button> </div> <div class="btn"> <el-button size="medium" type="primary" @click="handleDown" :loading="outLoading" v-if="outPower">导出</el-button> <el-button size="medium" type="primary" @click="openAdd" v-if="addPower">新增</el-button> <el-button size="small" type="primary" @click="handleDown" :loading="outLoading" v-if="outPower">导出</el-button> <el-button size="small" type="primary" @click="openAdd" v-if="addPower">新增</el-button> </div> </div> <div class="table"> src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue
@@ -4,8 +4,8 @@ <el-row class="title"> <el-col :span="6" style="padding-left: 20px;text-align: left;">数采配置</el-col> <el-col :span="18" style="text-align: right;"> <el-button size="medium" type="primary" @click="fileConfiguration">文件配置</el-button> <el-button size="medium" @click="$parent.closeDataVue()"> <el-button size="small" type="primary" @click="fileConfiguration">文件配置</el-button> <el-button size="small" @click="$parent.closeDataVue()"> <span style="color: #3A7BFA;">返回</span> </el-button> </el-col> src/views/CNAS/resourceDemand/facilitiesEnvironment/component/Personnel-management.vue
@@ -15,8 +15,8 @@ </el-form> </div> <div> <el-button size="medium" @click="handleDown">导 出</el-button> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" @click="handleDown">导 出</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/resourceDemand/facilitiesEnvironment/component/three-wastes-treatment.vue
@@ -14,7 +14,7 @@ </el-form> </div> <div> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> src/views/CNAS/resourceDemand/standardMaterailRequistion/index.vue
@@ -12,8 +12,8 @@ @keyup.enter.native="searchList"></el-input> </el-form-item> <el-form-item> <el-button size="medium" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </el-form-item> </el-form> </div> src/views/CNAS/resourceDemand/standardMaterial/index.vue
@@ -18,8 +18,8 @@ </el-form> </div> <div> <el-button size="medium" @click="exportFun">导 出</el-button> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" @click="exportFun">导 出</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </div> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/auditInspection.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">受审部门:</span> <el-input v-model="searchForm.department" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/auditMeetingSign.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">时间:</span> <el-input v-model="searchForm.meetingDate" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/auditReport.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">审核目的:</span> <el-input v-model="searchForm.purposes" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/correctiveAction.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 200px">不合格描述:</span> <el-input v-model="searchForm.raiseResult" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/implementationPlan.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">审核目的:</span> <el-input v-model="searchForm.purposes" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/internalAuditManagement/components/yearPlan.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">内审目的:</span> <el-input v-model="searchForm.purpose" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/managementReview/components/managementReviewPlan.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">评审地点:</span> <el-input v-model="searchForm.judgingLocation" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/managementReview/components/meetingRecords.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">会议地点:</span> <el-input v-model="searchForm.place" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table"> src/views/CNAS/systemManagement/managementReview/components/reviewReport.vue
@@ -4,11 +4,11 @@ <span class="search-group"> <span style="width: 160px">地点:</span> <el-input v-model="searchForm.place" clearable size="small"></el-input> <el-button size="medium" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="medium" type="primary" @click="searchList">查 询</el-button> <el-button size="small" style="margin-left: 10px" @click="resetSearchForm">重 置</el-button> <el-button size="small" type="primary" @click="searchList">查 询</el-button> </span> <span class="search-group"> <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button> <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button> </span> </div> <div class="table">