|
@@ -0,0 +1,347 @@
|
|
|
|
+<template>
|
|
|
|
+ <div class="app-container">
|
|
|
|
+ <div v-show="!isShowDetail">
|
|
|
|
+ <!-- 筛选条件 -->
|
|
|
|
+ <div class="screen-container">
|
|
|
|
+ <el-form ref="screenForm" :model="screenForm" label-width="90px" size="small" label-position="left">
|
|
|
|
+ <el-row :gutter="20">
|
|
|
|
+ <!-- <el-col :xs="24" :sm="24" :lg="24">
|
|
|
|
+ <el-form-item prop="orderNum" label-width="0">
|
|
|
|
+ <el-radio-group v-model="screenForm.status" size="medium">
|
|
|
|
+ <el-radio-button label="1">全部</el-radio-button>
|
|
|
|
+ <el-radio-button label="2">已发货</el-radio-button>
|
|
|
|
+ <el-radio-button label="3">已取消</el-radio-button>
|
|
|
|
+ </el-radio-group>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col> -->
|
|
|
|
+ <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="jxsNum">
|
|
|
|
+ <el-input v-model="screenForm.jxsNum" placeholder="请输入经销商编号"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :xs="24" :sm="12" :lg="6">
|
|
|
|
+ <el-form-item label="经销商名称" prop="jxsName">
|
|
|
|
+ <el-input v-model="screenForm.jxsName" 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.date"
|
|
|
|
+ type="datetimerange"
|
|
|
|
+ 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="chName">
|
|
|
|
+ <el-input v-model="screenForm.chName" placeholder="请输入产品名称"></el-input>
|
|
|
|
+ </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" class="tr">
|
|
|
|
+ <el-form-item label="">
|
|
|
|
+ <el-button size="small" @click="resetScreenForm">清空</el-button>
|
|
|
|
+ <el-button size="small" type="primary" @click="submitScreenForm">搜索</el-button>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </el-form>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mymain-container">
|
|
|
|
+ <div class="btn-group clearfix">
|
|
|
|
+ <div class="fl">
|
|
|
|
+ <!-- <el-button size="small" type="warning" icon="el-icon-close">退货</el-button> -->
|
|
|
|
+ </div>
|
|
|
|
+ <div class="fr">
|
|
|
|
+ <ExportButton :exUrl="'ship/pExport'" :exParams="exParams" />
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="table">
|
|
|
|
+ <el-table v-loading="listLoading" :data="dataList" element-loading-text="Loading" border fit highlight-current-row stripe>
|
|
|
|
+ <el-table-column align="center" label="发货单号" prop="id" min-width="180" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="发货日期" prop="orderTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="仓库" prop="correspondName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="经销商编码" prop="customerNumber" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="经销商名称" prop="customerName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="产品名称" prop="materialName" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="单位" prop="unit" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="价税合计" prop="payAmount" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="无税金额" prop="noTotalAmount" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="无税单价" prop="afterTaxPrice" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="数量" prop="qty" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="备注信息" prop="remark" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="制单人" prop="createBy" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="制单日期" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="审单人" prop="approvalName" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="审单日期" prop="approvalTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
+ <el-table-column align="center" label="状态" prop="examineStatus" min-width="100" show-overflow-tooltip>
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{scope.row.examineStatus | statusFilter}}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column align="center" label="操作" width="200" fixed="right">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-button type="text" @click="toDetail(scope.row)">详情</el-button>
|
|
|
|
+ <el-button type="text" @click="getPassword(scope.row.id)">获取密码</el-button>
|
|
|
|
+ <el-button type="text" @click="openShareDetail(scope.row.id)">密码记录</el-button>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ </el-table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="pagination clearfix">
|
|
|
|
+ <div class="fr">
|
|
|
|
+ <el-pagination
|
|
|
|
+ @size-change="handleSizeChange"
|
|
|
|
+ @current-change="handleCurrentChange"
|
|
|
|
+ :current-page="currentPage"
|
|
|
|
+ :page-sizes="[10, 20, 30, 50]"
|
|
|
|
+ :page-size="10"
|
|
|
|
+ layout="total, sizes, prev, pager, next, jumper"
|
|
|
|
+ :total="listTotal">
|
|
|
|
+ </el-pagination>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <!-- 密码记录 -->
|
|
|
|
+ <el-dialog title="密码记录" :visible.sync="isShowDialog" :show-close="false" width="50%" :close-on-click-modal="false">
|
|
|
|
+ <div class="table" style="margin: 10px 0 20px;">
|
|
|
|
+ <el-table
|
|
|
|
+ v-loading="dialogTable_listLoading"
|
|
|
|
+ :data="dialogTable_dataList"
|
|
|
|
+ element-loading-text="Loading"
|
|
|
|
+ tooltip-effect="dark"
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ max-height="270">
|
|
|
|
+ <el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
|
|
+ <el-table-column align="center" prop="printPassword" label="密码"></el-table-column>
|
|
|
|
+ <el-table-column align="center" prop="createTime" label="打印时间"></el-table-column>
|
|
|
|
+ </el-table>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="pagination clearfix">
|
|
|
|
+ <div class="fr">
|
|
|
|
+ <el-pagination
|
|
|
|
+ @current-change="dialogTableCurrentChange"
|
|
|
|
+ :current-page="dialogTable_currentPage"
|
|
|
|
+ :page-size="dialogTable_pageSize"
|
|
|
|
+ background
|
|
|
|
+ layout="prev, pager, next"
|
|
|
|
+ :total="dialogTable_listTotal">
|
|
|
|
+ </el-pagination>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div slot="footer" class="dialog-footer">
|
|
|
|
+ <el-button @click="isShowDialog = false">关 闭</el-button>
|
|
|
|
+ </div>
|
|
|
|
+ </el-dialog>
|
|
|
|
+
|
|
|
|
+ <HomeDetail :listItem="queryItem" v-if="isShowDetail" @backListFormDetail="backList" />
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+</template>
|
|
|
|
+
|
|
|
|
+<script>
|
|
|
|
+import { getEnginList, getPassword, getPasswordRecord } from "@/api/supply/deliver";
|
|
|
|
+import HomeDetail from "@/views/supply/deliver/components/home_detail";
|
|
|
|
+
|
|
|
|
+let that
|
|
|
|
+export default {
|
|
|
|
+ components: {
|
|
|
|
+ HomeDetail,
|
|
|
|
+ },
|
|
|
|
+ filters: {
|
|
|
|
+ statusFilter(val) {
|
|
|
|
+ let obj = that.statusList.find(o => o.value == val);
|
|
|
|
+ return obj ? obj.label : ''
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ data() {
|
|
|
|
+ return {
|
|
|
|
+ currentPage: 1, // 当前页码
|
|
|
|
+ pageSize: 10, // 每页数量
|
|
|
|
+ listTotal: 0, // 列表总数
|
|
|
|
+ dataList: null, // 列表数据
|
|
|
|
+ listLoading: false, // 列表加载loading
|
|
|
|
+ screenForm: { // 筛选表单数据
|
|
|
|
+ orderNum: '',
|
|
|
|
+ jxsName: '',
|
|
|
|
+ chName: '',
|
|
|
|
+ model: '',
|
|
|
|
+ date: '',
|
|
|
|
+ jxsNum: '',
|
|
|
|
+ status: '',
|
|
|
|
+ },
|
|
|
|
+ statusList: [
|
|
|
|
+ { label: '已保存', value: 'SAVE' },
|
|
|
|
+ { label: '待审核', value: 'WAIT' },
|
|
|
|
+ { label: '审核通过', value: 'OK' },
|
|
|
|
+ { label: '审核驳回', value: 'FAIL' },
|
|
|
|
+ { label: '已关闭', value: 'CLOSE' },
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ isShowDialog: false, // 密码记录 - 弹窗
|
|
|
|
+ dialogTable_dataList: null, // 密码记录 - 列表数据
|
|
|
|
+ dialogTable_listLoading: true, // 密码记录 - 列表加载loading
|
|
|
|
+ dialogTable_currentPage: 1, // 密码记录 - 当前页码
|
|
|
|
+ dialogTable_pageSize: 10, // 密码记录 - 每页数量
|
|
|
|
+ dialogTable_listTotal: 0, // 密码记录 - 列表总数
|
|
|
|
+
|
|
|
|
+ queryItem: {},
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ computed: {
|
|
|
|
+ exParams() {
|
|
|
|
+ return {
|
|
|
|
+ id: this.screenForm.orderNum,
|
|
|
|
+ customerNumber: this.screenForm.jxsNum,
|
|
|
|
+ customerName: this.screenForm.jxsName,
|
|
|
|
+ materialName: this.screenForm.chName,
|
|
|
|
+ specification: this.screenForm.model,
|
|
|
|
+ startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
|
+ endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
|
+ orderType: 2, // 2家用工程 3商用工程
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ isShowDetail() {
|
|
|
|
+ return this.queryItem.hasOwnProperty('id');
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ beforeCreate() {
|
|
|
|
+ that = this;
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ created() {
|
|
|
|
+ this.getList();
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ methods: {
|
|
|
|
+ // 查询按钮权限
|
|
|
|
+ checkBtnRole(value) {
|
|
|
|
+ // let btnRole = this.$route.meta.roles;
|
|
|
|
+ // if(!btnRole) {return true}
|
|
|
|
+ // let index = btnRole.indexOf(value);
|
|
|
|
+ // return index >= 0;
|
|
|
|
+ return true
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 查询列表
|
|
|
|
+ getList() {
|
|
|
|
+ this.listLoading = true;
|
|
|
|
+
|
|
|
|
+ let params = {
|
|
|
|
+ pageNum: this.currentPage,
|
|
|
|
+ pageSize: this.pageSize,
|
|
|
|
+ id: this.screenForm.orderNum,
|
|
|
|
+ customerNumber: this.screenForm.jxsNum,
|
|
|
|
+ customerName: this.screenForm.jxsName,
|
|
|
|
+ materialName: this.screenForm.chName,
|
|
|
|
+ specification: this.screenForm.model,
|
|
|
|
+ startTime: this.screenForm.date ? this.screenForm.date[0] : '',
|
|
|
|
+ endTime: this.screenForm.date ? this.screenForm.date[1] : '',
|
|
|
|
+ orderType: 2, // 2家用工程 3商用工程
|
|
|
|
+ };
|
|
|
|
+ getEnginList(params).then((res) => {
|
|
|
|
+ this.dataList = res.data.records;
|
|
|
|
+ this.listTotal = res.data.total;
|
|
|
|
+ this.listLoading = false;
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 提交筛选表单
|
|
|
|
+ submitScreenForm() {
|
|
|
|
+ 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();
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 更改当前页
|
|
|
|
+ handleCurrentChange(val) {
|
|
|
|
+ this.currentPage = val;
|
|
|
|
+ this.getList();
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 进入详情
|
|
|
|
+ toDetail(item) {
|
|
|
|
+ this.queryItem = item;
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ backList() {
|
|
|
|
+ this.queryItem = {};
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 获取密码
|
|
|
|
+ getPassword(id) {
|
|
|
|
+ getPassword({id}).then(res => {
|
|
|
|
+ this.$alert(res.data, '新密码', {
|
|
|
|
+ confirmButtonText: '确定',
|
|
|
|
+ callback: action => {}
|
|
|
|
+ });
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 密码记录 - 获取列表
|
|
|
|
+ getPasswordRecord(id) {
|
|
|
|
+ getPasswordRecord({
|
|
|
|
+ pageNum: this.dialogTable_currentPage,
|
|
|
|
+ pageSize: this.dialogTable_pageSize,
|
|
|
|
+ id
|
|
|
|
+ }).then(res => {
|
|
|
|
+ this.dialogTable_dataList = res.data.records;
|
|
|
|
+ this.dialogTable_listTotal = res.data.total;
|
|
|
|
+ this.dialogTable_listLoading = false;
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 密码记录 - 打开弹窗
|
|
|
|
+ openShareDetail(id) {
|
|
|
|
+ this.isShowDialog = true;
|
|
|
|
+ this.dialogTable_currentPage = 1;
|
|
|
|
+ this.getPasswordRecord(id);
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 密码记录 - 更改列表当前页
|
|
|
|
+ dialogTableCurrentChange(val) {
|
|
|
|
+ this.dialogTable_currentPage = val;
|
|
|
|
+ this.getPasswordRecord();
|
|
|
|
+ },
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
+
|
|
|
|
+</style>
|