|
@@ -1,482 +1,40 @@
|
|
|
<template>
|
|
|
- <div class="app-container">
|
|
|
- <div v-show="!isShowDetail && !isShowForm && !isShowExamine">
|
|
|
- <!-- 筛选条件 -->
|
|
|
- <div class="screen-container">
|
|
|
- <Collapse :screen-form="screenForm">
|
|
|
- <template #right_btn>
|
|
|
- <el-button size="mini" @click="resetScreenForm">清空</el-button>
|
|
|
- <el-button size="mini" type="primary" @click="submitScreenForm">搜索</el-button>
|
|
|
- </template>
|
|
|
- <template #left_btn>
|
|
|
- <el-radio-group size="mini" v-model="screenForm.examineStatus" @change="getList">
|
|
|
- <el-radio-button label="">全部</el-radio-button>
|
|
|
- <el-radio-button v-for="(item, index) in statusList" :key="index" :label="item.value"
|
|
|
- >{{ item.label }}
|
|
|
- </el-radio-button>
|
|
|
- </el-radio-group>
|
|
|
- </template>
|
|
|
- <template #search>
|
|
|
- <el-form ref="screenForm" :model="screenForm" label-width="100px" size="mini" label-position="left">
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="工程登录编号" prop="orderNum">
|
|
|
- <el-input v-model="screenForm.orderNum" placeholder="请输入工程登录编号"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="工程编码" prop="enginNum">
|
|
|
- <el-input v-model="screenForm.enginNum" placeholder="请输入工程编码"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <!-- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="工程登录编号" prop="loginNum">
|
|
|
- <el-input v-model="screenForm.loginNum" placeholder="请输入工程登录编号"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col> -->
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="项目名称" prop="enginName">
|
|
|
- <el-input v-model="screenForm.enginName" placeholder="请输入项目名称"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="单据日期" prop="date">
|
|
|
- <el-date-picker
|
|
|
- v-model="screenForm.orderDate"
|
|
|
- type="datetimerange"
|
|
|
- :default-time="['00:00:00', '23:59:59']"
|
|
|
- range-separator="至"
|
|
|
- style="width: 100%"
|
|
|
- value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
- start-placeholder="开始日期"
|
|
|
- end-placeholder="结束日期"
|
|
|
- >
|
|
|
- </el-date-picker>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="经销商" prop="dealer">
|
|
|
- <el-input v-model="screenForm.dealer" placeholder="请输入经销商"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="使用单位" prop="company">
|
|
|
- <el-input v-model="screenForm.company" placeholder="请输入使用单位"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="制表人" prop="createMan">
|
|
|
- <el-input v-model="screenForm.createMan" placeholder="请输入制表人"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="审核人" prop="examineMan">
|
|
|
- <el-input v-model="screenForm.examineMan" placeholder="请输入审核人"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="业务员" prop="salesMan">
|
|
|
- <el-select
|
|
|
- v-model="screenForm.salesMan"
|
|
|
- placeholder="选择业务员"
|
|
|
- clearable
|
|
|
- filterable
|
|
|
- style="width: 100%"
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="item in salesmanList"
|
|
|
- :key="item.adminUserId"
|
|
|
- :label="item.nickName"
|
|
|
- :value="item.adminUserId"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="规格型号" prop="model">
|
|
|
- <el-input v-model="screenForm.model" placeholder="请输入规格型号"></el-input>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="是否直调" prop="isDirectTransfer">
|
|
|
- <el-select
|
|
|
- v-model="screenForm.isDirectTransfer"
|
|
|
- placeholder="选择是否直"
|
|
|
- clearable
|
|
|
- style="width: 100%"
|
|
|
- >
|
|
|
- <el-option :value="null" label="默认"></el-option>
|
|
|
- <el-option v-for="item in transfer" :key="item.value" :label="item.label" :value="item.value">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :xs="24" :sm="12" :lg="6">
|
|
|
- <el-form-item label="是否关闭" prop="isClose">
|
|
|
- <el-select v-model="screenForm.isClose" placeholder="是否关闭" clearable style="width: 100%">
|
|
|
- <el-option label="是" :value="true"> </el-option>
|
|
|
- <el-option label="否" :value="false"> </el-option>
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </el-form>
|
|
|
- </template>
|
|
|
- </Collapse>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="mymain-container">
|
|
|
- <div class="btn-group clearfix">
|
|
|
- <div class="fl">
|
|
|
- <el-button
|
|
|
- v-if="$checkBtnRole('add', $route.meta.roles)"
|
|
|
- size="mini"
|
|
|
- type="primary"
|
|
|
- icon="el-icon-plus"
|
|
|
- @click="toForm()"
|
|
|
- >新增
|
|
|
- </el-button>
|
|
|
- </div>
|
|
|
- <div class="fr">
|
|
|
- <ExportButton :ex-url="'engin-info-order/export'" :ex-params="exParams" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="table">
|
|
|
- <el-table
|
|
|
- v-loading="listLoading"
|
|
|
- :data="dataList"
|
|
|
- element-loading-text="Loading"
|
|
|
- border
|
|
|
- fit
|
|
|
- highlight-current-row
|
|
|
- stripe
|
|
|
- show-summary
|
|
|
- :summary-method="$getSummaries"
|
|
|
- >
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="审核状态"
|
|
|
- sortable
|
|
|
- prop="examineStatus"
|
|
|
- min-width="100"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.examineStatus | statusFilter }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <!-- <el-table-column align="left" label="数量" sortable prop="qty" min-width="160" show-overflow-tooltip />-->
|
|
|
- <!-- <el-table-column align="left" label="金额" sortable prop="price" min-width="160" show-overflow-tooltip />-->
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="工程登录编号"
|
|
|
- sortable
|
|
|
- prop="enginInfoNo"
|
|
|
- min-width="150"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.enginInfoNo" />
|
|
|
- <span>{{ scope.row.enginInfoNo }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="订单日期"
|
|
|
- sortable
|
|
|
- prop="orderDate"
|
|
|
- min-width="120"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <div>
|
|
|
- <span>{{ scope.row.orderDate | dateToDayFilter }}</span>
|
|
|
- <el-button
|
|
|
- v-if="
|
|
|
- $checkBtnRole('date', $route.meta.roles) &&
|
|
|
- (scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'WAIT')
|
|
|
- "
|
|
|
- type="text"
|
|
|
- icon="el-icon-edit"
|
|
|
- style="padding: 0; margin-left: 6px"
|
|
|
- @click="editDate(scope.row)"
|
|
|
- />
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
-
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="经销商编码"
|
|
|
- sortable
|
|
|
- prop="customerNumber"
|
|
|
- min-width="120"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.customerNumber" />
|
|
|
- <span>{{ scope.row.customerNumber }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="经销商名称"
|
|
|
- sortable
|
|
|
- prop="customerName"
|
|
|
- min-width="250"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.customerName" />
|
|
|
- <span>{{ scope.row.customerName }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="项目名称"
|
|
|
- sortable
|
|
|
- prop="projectName"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="使用单位"
|
|
|
- sortable
|
|
|
- prop="useUnit"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="安装地址"
|
|
|
- sortable
|
|
|
- prop="installAddress"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="物料编码"
|
|
|
- sortable
|
|
|
- prop="materialNumber"
|
|
|
- min-width="120"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.materialNumber" />
|
|
|
- <span>{{ scope.row.materialNumber }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="产品编码"
|
|
|
- sortable
|
|
|
- prop="materialOldNumber"
|
|
|
- min-width="140"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.materialOldNumber" />
|
|
|
- <span>{{ scope.row.materialOldNumber }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="产品名称"
|
|
|
- sortable
|
|
|
- prop="materialName"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.materialName" />
|
|
|
- <span>{{ scope.row.materialName }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="规格型号"
|
|
|
- sortable
|
|
|
- prop="specification"
|
|
|
- min-width="350"
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- <CopyButton :copy-text="scope.row.specification" />
|
|
|
- <span>{{ scope.row.specification }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="left" label="单位" prop="unit" min-width="100" show-overflow-tooltip />
|
|
|
- <el-table-column align="right" label="数量" prop="qty" min-width="100" sortable show-overflow-tooltip />
|
|
|
- <el-table-column align="right" label="已订数量" prop="hasOrderQty" min-width="100" show-overflow-tooltip />
|
|
|
- <el-table-column align="right" label="可订数量" prop="compute_kdQty" min-width="100" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ computeAllowQty(scope.row.qty, scope.row.hasOrderQty) }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="right"
|
|
|
- label="出库数量"
|
|
|
- prop="hasDeliverQty"
|
|
|
- min-width="100"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column align="right" label="发货数量" prop="hasSendQty" min-width="100" show-overflow-tooltip />
|
|
|
- <el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.price | numToFixed }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="right"
|
|
|
- label="金额"
|
|
|
- prop="totalAmount"
|
|
|
- min-width="100"
|
|
|
- sortable
|
|
|
- show-overflow-tooltip
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.totalAmount | numToFixed }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="表体业务员"
|
|
|
- sortable
|
|
|
- prop="itemServiceName"
|
|
|
- min-width="110"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="表头业务员"
|
|
|
- sortable
|
|
|
- prop="serviceName"
|
|
|
- min-width="110"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column align="left" label="备注" sortable prop="remark" min-width="160" show-overflow-tooltip />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="制表人"
|
|
|
- sortable
|
|
|
- prop="createName"
|
|
|
- min-width="100"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="制表日期"
|
|
|
- sortable
|
|
|
- prop="createTime"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="审核人"
|
|
|
- sortable
|
|
|
- prop="confirmName"
|
|
|
- min-width="100"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- align="left"
|
|
|
- label="审核日期"
|
|
|
- sortable
|
|
|
- prop="confirmTime"
|
|
|
- min-width="160"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column align="left" label="状态" sortable prop="isClose" min-width="160" show-overflow-tooltip>
|
|
|
- <template v-slot="{ row }">
|
|
|
- {{ row.isClose ? '关闭' : '启用' }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="center" label="操作" width="210" fixed="right">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-popconfirm
|
|
|
- v-if="$checkBtnRole('apply', $route.meta.roles) && scope.row.examineStatus === 'SAVE'"
|
|
|
- style="margin-right: 10px"
|
|
|
- title="确定申请吗?"
|
|
|
- @onConfirm="handleSubmit(scope.row.enginInfoId)"
|
|
|
- >
|
|
|
- <el-button slot="reference" type="text">申请</el-button>
|
|
|
- </el-popconfirm>
|
|
|
- <el-popconfirm
|
|
|
- v-if="$checkBtnRole('apply', $route.meta.roles) && scope.row.examineStatus === 'WAIT'"
|
|
|
- style="margin-right: 10px"
|
|
|
- title="确定撤回吗?"
|
|
|
- @onConfirm="handleWithdraw(scope.row.enginInfoId)"
|
|
|
- >
|
|
|
- <el-button slot="reference" type="text">撤回</el-button>
|
|
|
- </el-popconfirm>
|
|
|
- <el-popconfirm
|
|
|
- v-if="$checkBtnRole('examine', $route.meta.roles) && scope.row.examineStatus === 'OK'"
|
|
|
- style="margin-right: 10px"
|
|
|
- title="确定弃审吗?"
|
|
|
- @onConfirm="handleAbandon(scope.row.enginInfoId)"
|
|
|
- >
|
|
|
- <el-button slot="reference" type="text">弃审</el-button>
|
|
|
- </el-popconfirm>
|
|
|
- <el-button
|
|
|
- v-if="
|
|
|
- $checkBtnRole('edit', $route.meta.roles) &&
|
|
|
- (!isDealer || (isDealer && scope.row.examineStatus === 'SAVE'))
|
|
|
- "
|
|
|
- type="text"
|
|
|
- @click="toForm(scope.row)"
|
|
|
- >
|
|
|
- 编辑
|
|
|
- </el-button>
|
|
|
- <el-button
|
|
|
- v-if="$checkBtnRole('examine', $route.meta.roles) && scope.row.examineStatus === 'WAIT'"
|
|
|
- type="text"
|
|
|
- @click="toExamine(scope.row)"
|
|
|
- >
|
|
|
- 审批
|
|
|
- </el-button>
|
|
|
- <el-button type="text" @click="toDetail(scope.row)"> 详情</el-button>
|
|
|
- <el-popconfirm
|
|
|
- v-if="$checkBtnRole('del', $route.meta.roles) && scope.row.examineStatus !== 'OK'"
|
|
|
- style="margin-left: 10px"
|
|
|
- title="确定删除吗?"
|
|
|
- @onConfirm="handleDelete(scope.row.enginInfoId)"
|
|
|
- >
|
|
|
- <el-button slot="reference" type="text" style="color: #f56c6c">删除</el-button>
|
|
|
- </el-popconfirm>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="pagination clearfix">
|
|
|
- <div class="fr">
|
|
|
- <el-pagination
|
|
|
- :current-page="currentPage"
|
|
|
- :page-sizes="[10, 20, 30, 50]"
|
|
|
- :page-size="10"
|
|
|
- layout="total, sizes, prev, pager, next, jumper"
|
|
|
- :total="listTotal"
|
|
|
- @size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
+ <template-page
|
|
|
+ ref="pageRef"
|
|
|
+ :getList="getList"
|
|
|
+ :operation="operation()"
|
|
|
+ :optionsEvensGroup="optionsEvensGroup"
|
|
|
+ :exportList="exportList"
|
|
|
+ :columnParsing="columnParsing"
|
|
|
+ :tableAttributes="tableAttributes"
|
|
|
+ :tableEvents="tableEvents"
|
|
|
+ :operationColumnWidth="200"
|
|
|
+ >
|
|
|
<EditDateDialog :is-show.sync="isShowEditDateDialog" :date-form.sync="dateForm" />
|
|
|
-
|
|
|
- <EnginDetail v-if="isShowDetail" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
- <EnginForm v-if="isShowForm" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
- <EnginExamine v-if="isShowExamine" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
- </div>
|
|
|
+ <Popu v-if="!showPage">
|
|
|
+ <el-page-header slot="head" :content="content" @back="handleClose" />
|
|
|
+ <EnginDetail v-if="isShowDetail" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
+ <EnginForm v-if="isShowForm" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
+ <EnginExamine v-if="isShowExamine" :list-item="queryItem" @backListFormDetail="backList" />
|
|
|
+ </Popu>
|
|
|
+ </template-page>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { getEnginList, applyEngin, withdrawEngin, deleteEngin, editDateEngin, abandonEngin } from '@/api/supply/engin'
|
|
|
+import TemplatePage from '@/components/template/template-page-1.vue'
|
|
|
+import Popu from '@/components/template/popu.vue'
|
|
|
+import add_callback_mixin from '@/components/template/add_callback_mixin.js'
|
|
|
+
|
|
|
+import {
|
|
|
+ getEnginList,
|
|
|
+ applyEngin,
|
|
|
+ withdrawEngin,
|
|
|
+ deleteEngin,
|
|
|
+ editDateEngin,
|
|
|
+ abandonEngin,
|
|
|
+ v2EnginInfoOrderList,
|
|
|
+ v2EnginInfoOrderListExport
|
|
|
+} from '@/api/supply/engin'
|
|
|
import { getSalesmanList, getTypeList } from '@/api/common'
|
|
|
import EnginDetail from '@/views/supply/engin/components/engin_detail'
|
|
|
import EnginForm from '@/views/supply/engin/components/engin_form'
|
|
@@ -486,11 +44,15 @@ import { getNoRebateWalletList } from '@/api/policy_list'
|
|
|
|
|
|
let that
|
|
|
export default {
|
|
|
+ mixins: [add_callback_mixin],
|
|
|
components: {
|
|
|
EnginDetail,
|
|
|
EnginForm,
|
|
|
EnginExamine,
|
|
|
- EditDateDialog
|
|
|
+ EditDateDialog,
|
|
|
+ TemplatePage,
|
|
|
+ Popu,
|
|
|
+ add_callback_mixin
|
|
|
},
|
|
|
filters: {
|
|
|
statusFilter(val) {
|
|
@@ -500,6 +62,38 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ showPage: true,
|
|
|
+ content: '商用工程信息单',
|
|
|
+ // 关闭新增弹窗
|
|
|
+ handleClose: this.addOff(() => {
|
|
|
+ this.showPage = true
|
|
|
+ this.isShowForm = false
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+ }),
|
|
|
+ // 事件组合
|
|
|
+ optionsEvensGroup: [
|
|
|
+ [
|
|
|
+ [
|
|
|
+ {
|
|
|
+ name: '新增',
|
|
|
+ click: this.addOn(() => {
|
|
|
+ this.toForm()
|
|
|
+ })
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ // 表格属性
|
|
|
+ tableAttributes: {
|
|
|
+ // 启用勾选列
|
|
|
+ selectColumn: true
|
|
|
+ },
|
|
|
+ // 表格事件
|
|
|
+ tableEvents: {
|
|
|
+ 'selection-change': this.selectionChange
|
|
|
+ },
|
|
|
+ recordSelected: [],
|
|
|
+
|
|
|
currentPage: 1, // 当前页码
|
|
|
pageSize: 10, // 每页数量
|
|
|
listTotal: 0, // 列表总数
|
|
@@ -555,28 +149,28 @@ export default {
|
|
|
computed: {
|
|
|
isDealer() {
|
|
|
return JSON.parse(localStorage.getItem('supply_user')).isCustomer
|
|
|
- },
|
|
|
- exParams() {
|
|
|
- return {
|
|
|
- enginInfoNo: this.screenForm.orderNum,
|
|
|
- projectNo: this.screenForm.enginNum,
|
|
|
- enginSignType: this.screenForm.loginNum,
|
|
|
- projectName: this.screenForm.enginName,
|
|
|
- startOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[0] : '',
|
|
|
- endOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
- startContractExpireDate: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
- endContractExpireDate: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
- customerKeyword: this.screenForm.dealer,
|
|
|
- useUnit: this.screenForm.company,
|
|
|
- createName: this.screenForm.createMan,
|
|
|
- confirmName: this.screenForm.examineMan,
|
|
|
- examineStatus: this.screenForm.examineStatus,
|
|
|
- isClose: this.screenForm.isClose,
|
|
|
- serviceId: this.screenForm.salesMan,
|
|
|
- specification: this.screenForm.model,
|
|
|
- isDirectTransfer: this.screenForm.isDirectTransfer
|
|
|
- }
|
|
|
}
|
|
|
+ // exParams() {
|
|
|
+ // return {
|
|
|
+ // enginInfoNo: this.screenForm.orderNum,
|
|
|
+ // projectNo: this.screenForm.enginNum,
|
|
|
+ // enginSignType: this.screenForm.loginNum,
|
|
|
+ // projectName: this.screenForm.enginName,
|
|
|
+ // startOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[0] : '',
|
|
|
+ // endOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
+ // startContractExpireDate: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
+ // endContractExpireDate: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
+ // customerKeyword: this.screenForm.dealer,
|
|
|
+ // useUnit: this.screenForm.company,
|
|
|
+ // createName: this.screenForm.createMan,
|
|
|
+ // confirmName: this.screenForm.examineMan,
|
|
|
+ // examineStatus: this.screenForm.examineStatus,
|
|
|
+ // isClose: this.screenForm.isClose,
|
|
|
+ // serviceId: this.screenForm.salesMan,
|
|
|
+ // specification: this.screenForm.model,
|
|
|
+ // isDirectTransfer: this.screenForm.isDirectTransfer
|
|
|
+ // }
|
|
|
+ // }
|
|
|
},
|
|
|
|
|
|
watch: {
|
|
@@ -599,10 +193,129 @@ export default {
|
|
|
|
|
|
created() {
|
|
|
this.getSalesmanList()
|
|
|
- this.getList()
|
|
|
+ // this.getList()
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
+ // 列表请求函数
|
|
|
+ getList: v2EnginInfoOrderList,
|
|
|
+ // 列表导出函数
|
|
|
+ exportList: v2EnginInfoOrderListExport,
|
|
|
+ // 表格列解析渲染数据更改
|
|
|
+ columnParsing(item, defaultData) {
|
|
|
+ return defaultData
|
|
|
+ },
|
|
|
+ // 监听勾选变化
|
|
|
+ selectionChange(data) {
|
|
|
+ this.recordSelected = data
|
|
|
+ },
|
|
|
+ operation() {
|
|
|
+ return (h, { row, index, column }) => {
|
|
|
+ return (
|
|
|
+ <div class="operation-btns">
|
|
|
+ {this.$checkBtnRole('apply', this.$route.meta.roles) && row.examineStatus === 'SAVE' ? (
|
|
|
+ <el-popconfirm
|
|
|
+ onOnConfirm={async () => {
|
|
|
+ this.handleSubmit(row.enginInfoId)
|
|
|
+ }}
|
|
|
+ title="是否确定需要申请该项内容?"
|
|
|
+ >
|
|
|
+ <el-button slot="reference" size="mini" type="text">
|
|
|
+ 申请
|
|
|
+ </el-button>
|
|
|
+ </el-popconfirm>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+
|
|
|
+ {this.$checkBtnRole('apply', this.$route.meta.roles) && row.examineStatus === 'WAIT' ? (
|
|
|
+ <el-popconfirm
|
|
|
+ onOnConfirm={async () => {
|
|
|
+ this.handleWithdraw(row.enginInfoId)
|
|
|
+ }}
|
|
|
+ title="是否确定需要撤回该项内容?"
|
|
|
+ >
|
|
|
+ <el-button slot="reference" size="mini" type="text">
|
|
|
+ 撤回
|
|
|
+ </el-button>
|
|
|
+ </el-popconfirm>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+
|
|
|
+ {this.$checkBtnRole('examine', this.$route.meta.roles) && row.examineStatus === 'OK' ? (
|
|
|
+ <el-popconfirm
|
|
|
+ onOnConfirm={async () => {
|
|
|
+ this.handleAbandon(row.enginInfoId)
|
|
|
+ }}
|
|
|
+ title="是否确定需要弃审该项内容?"
|
|
|
+ >
|
|
|
+ <el-button slot="reference" size="mini" type="text">
|
|
|
+ 弃审
|
|
|
+ </el-button>
|
|
|
+ </el-popconfirm>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+
|
|
|
+ {this.$checkBtnRole('edit', this.$route.meta.roles) &&
|
|
|
+ (!this.isDealer || (this.isDealer && row.examineStatus === 'SAVE')) ? (
|
|
|
+ <el-button
|
|
|
+ size="mini"
|
|
|
+ type="text"
|
|
|
+ onClick={async () => {
|
|
|
+ this.toForm(row)
|
|
|
+ }}
|
|
|
+ >
|
|
|
+ 编辑
|
|
|
+ </el-button>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+
|
|
|
+ {this.$checkBtnRole('examine', this.$route.meta.roles) && row.examineStatus === 'WAIT' ? (
|
|
|
+ <el-button
|
|
|
+ size="mini"
|
|
|
+ type="text"
|
|
|
+ onClick={async () => {
|
|
|
+ this.toExamine(row)
|
|
|
+ }}
|
|
|
+ >
|
|
|
+ 审批
|
|
|
+ </el-button>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+
|
|
|
+ <el-button
|
|
|
+ size="mini"
|
|
|
+ type="text"
|
|
|
+ onClick={async () => {
|
|
|
+ this.toDetail(row)
|
|
|
+ }}
|
|
|
+ >
|
|
|
+ 详情
|
|
|
+ </el-button>
|
|
|
+
|
|
|
+ {this.$checkBtnRole('del', this.$route.meta.roles) && row.examineStatus !== 'OK' ? (
|
|
|
+ <el-popconfirm
|
|
|
+ onOnConfirm={async () => {
|
|
|
+ this.handleDelete(row.enginInfoId)
|
|
|
+ }}
|
|
|
+ title="是否确定需要删除该项内容?"
|
|
|
+ >
|
|
|
+ <el-button slot="reference" size="mini" type="text">
|
|
|
+ 删除
|
|
|
+ </el-button>
|
|
|
+ </el-popconfirm>
|
|
|
+ ) : (
|
|
|
+ ''
|
|
|
+ )}
|
|
|
+ </div>
|
|
|
+ )
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
// 获取业务员列表
|
|
|
getSalesmanList() {
|
|
|
getSalesmanList({
|
|
@@ -626,83 +339,86 @@ export default {
|
|
|
},
|
|
|
|
|
|
// 查询列表
|
|
|
- getList() {
|
|
|
- this.listLoading = true
|
|
|
-
|
|
|
- const params = {
|
|
|
- pageNum: this.currentPage,
|
|
|
- pageSize: this.pageSize,
|
|
|
- enginInfoNo: this.screenForm.orderNum,
|
|
|
- projectNo: this.screenForm.enginNum,
|
|
|
- enginSignType: this.screenForm.loginNum,
|
|
|
- projectName: this.screenForm.enginName,
|
|
|
- startOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[0] : '',
|
|
|
- endOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
- startContractExpireDate: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
- endContractExpireDate: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
- customerKeyword: this.screenForm.dealer,
|
|
|
- useUnit: this.screenForm.company,
|
|
|
- createName: this.screenForm.createMan,
|
|
|
- confirmName: this.screenForm.examineMan,
|
|
|
- examineStatus: this.screenForm.examineStatus,
|
|
|
- isClose: this.screenForm.isClose,
|
|
|
-
|
|
|
- serviceId: this.screenForm.salesMan,
|
|
|
- specification: this.screenForm.model,
|
|
|
- isDirectTransfer: this.screenForm.isDirectTransfer
|
|
|
- }
|
|
|
- getEnginList(params).then(res => {
|
|
|
- res.data.records.forEach(item => {
|
|
|
- item.sums1 = ['qty', 'hasOrderQty', 'compute_kdQty']
|
|
|
- item.sums2 = ['totalAmount', 'price']
|
|
|
- })
|
|
|
- this.dataList = res.data.records
|
|
|
- this.listTotal = res.data.total
|
|
|
- this.listLoading = false
|
|
|
- })
|
|
|
- },
|
|
|
+ // getList() {
|
|
|
+ // this.listLoading = true
|
|
|
+
|
|
|
+ // const params = {
|
|
|
+ // pageNum: this.currentPage,
|
|
|
+ // pageSize: this.pageSize,
|
|
|
+ // enginInfoNo: this.screenForm.orderNum,
|
|
|
+ // projectNo: this.screenForm.enginNum,
|
|
|
+ // enginSignType: this.screenForm.loginNum,
|
|
|
+ // projectName: this.screenForm.enginName,
|
|
|
+ // startOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[0] : '',
|
|
|
+ // endOrderDate: this.screenForm.orderDate ? this.screenForm.orderDate[1] : '',
|
|
|
+ // startContractExpireDate: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
+ // endContractExpireDate: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
+ // customerKeyword: this.screenForm.dealer,
|
|
|
+ // useUnit: this.screenForm.company,
|
|
|
+ // createName: this.screenForm.createMan,
|
|
|
+ // confirmName: this.screenForm.examineMan,
|
|
|
+ // examineStatus: this.screenForm.examineStatus,
|
|
|
+ // isClose: this.screenForm.isClose,
|
|
|
+
|
|
|
+ // serviceId: this.screenForm.salesMan,
|
|
|
+ // specification: this.screenForm.model,
|
|
|
+ // isDirectTransfer: this.screenForm.isDirectTransfer
|
|
|
+ // }
|
|
|
+ // getEnginList(params).then(res => {
|
|
|
+ // res.data.records.forEach(item => {
|
|
|
+ // item.sums1 = ['qty', 'hasOrderQty', 'compute_kdQty']
|
|
|
+ // item.sums2 = ['totalAmount', 'price']
|
|
|
+ // })
|
|
|
+ // this.dataList = res.data.records
|
|
|
+ // this.listTotal = res.data.total
|
|
|
+ // this.listLoading = false
|
|
|
+ // })
|
|
|
+ // },
|
|
|
|
|
|
// 提交筛选表单
|
|
|
- submitScreenForm() {
|
|
|
- this.currentPage = 1
|
|
|
- this.getList()
|
|
|
- },
|
|
|
+ // submitScreenForm() {
|
|
|
+ // this.currentPage = 1
|
|
|
+ // this.getList()
|
|
|
+ // },
|
|
|
|
|
|
- // 重置筛选表单
|
|
|
- resetScreenForm() {
|
|
|
- this.$refs.screenForm.resetFields()
|
|
|
- this.currentPage = 1
|
|
|
- this.getList()
|
|
|
- },
|
|
|
+ // // 重置筛选表单
|
|
|
+ // resetScreenForm() {
|
|
|
+ // this.$refs.screenForm.resetFields()
|
|
|
+ // this.currentPage = 1
|
|
|
+ // this.getList()
|
|
|
+ // },
|
|
|
|
|
|
- // 更改每页数量
|
|
|
- handleSizeChange(val) {
|
|
|
- this.pageSize = val
|
|
|
- this.currentPage = 1
|
|
|
- this.getList()
|
|
|
- },
|
|
|
+ // // 更改每页数量
|
|
|
+ // handleSizeChange(val) {
|
|
|
+ // this.pageSize = val
|
|
|
+ // this.currentPage = 1
|
|
|
+ // this.getList()
|
|
|
+ // },
|
|
|
|
|
|
- // 更改当前页
|
|
|
- handleCurrentChange(val) {
|
|
|
- this.currentPage = val
|
|
|
- this.getList()
|
|
|
- },
|
|
|
+ // // 更改当前页
|
|
|
+ // handleCurrentChange(val) {
|
|
|
+ // this.currentPage = val
|
|
|
+ // this.getList()
|
|
|
+ // },
|
|
|
|
|
|
// 进入表单
|
|
|
toForm(item) {
|
|
|
this.queryItem = item
|
|
|
+ this.showPage = false
|
|
|
this.isShowForm = true
|
|
|
},
|
|
|
|
|
|
// 进入审批
|
|
|
toExamine(item) {
|
|
|
this.queryItem = item
|
|
|
+ this.showPage = false
|
|
|
this.isShowExamine = true
|
|
|
},
|
|
|
|
|
|
// 进入详情
|
|
|
toDetail(item) {
|
|
|
this.queryItem = item
|
|
|
+ this.showPage = false
|
|
|
this.isShowDetail = true
|
|
|
},
|
|
|
|
|
@@ -711,37 +427,38 @@ export default {
|
|
|
this.isShowDetail = false
|
|
|
this.isShowForm = false
|
|
|
this.isShowExamine = false
|
|
|
+ this.showPage = true
|
|
|
},
|
|
|
|
|
|
// 申请
|
|
|
handleSubmit(id) {
|
|
|
applyEngin({ id }).then(res => {
|
|
|
- this.$successMsg()
|
|
|
- this.getList()
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+ this.$message.success('申请成功')
|
|
|
})
|
|
|
},
|
|
|
|
|
|
// 撤回
|
|
|
handleWithdraw(id) {
|
|
|
withdrawEngin({ id }).then(res => {
|
|
|
- this.$successMsg()
|
|
|
- this.getList()
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+ this.$message.success('撤回成功')
|
|
|
})
|
|
|
},
|
|
|
|
|
|
// 弃审
|
|
|
handleAbandon(id) {
|
|
|
abandonEngin({ id }).then(res => {
|
|
|
- this.$successMsg()
|
|
|
- this.getList()
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+ this.$message.success('弃审成功')
|
|
|
})
|
|
|
},
|
|
|
|
|
|
// 删除
|
|
|
handleDelete(id) {
|
|
|
deleteEngin({ ids: id }).then(res => {
|
|
|
- this.$successMsg()
|
|
|
- this.getList()
|
|
|
+ this.$refs.pageRef.refreshList()
|
|
|
+ this.$message.success('删除成功')
|
|
|
})
|
|
|
},
|
|
|
|