统计页面,库存页面修改

prod
anthonywj 2 years ago
parent ff91b5f8d0
commit b52ce167a7

@ -112,29 +112,29 @@
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品通用名称" prop="productName" show-overflow-tooltip></el-table-column> <el-table-column label="产品通用名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" show-overflow-tooltip></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="期初" header-align="center"> <el-table-column label="期初" header-align="center">
<el-table-column label="数量" prop="beginCount"></el-table-column> <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
<el-table-column label="价格" prop="beginPrice"></el-table-column> <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="beginAmount"></el-table-column> <el-table-column label="金额" prop="beginAmount" width="100"></el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="入库" header-align="center"> <el-table-column label="入库" header-align="center">
<el-table-column label="数量" prop="inCount"></el-table-column> <el-table-column label="数量" prop="inCount" width="80"></el-table-column>
<el-table-column label="价格" prop="inPrice"></el-table-column> <el-table-column label="价格" prop="inPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="inAmount"></el-table-column> <el-table-column label="金额" prop="inAmount" width="100"></el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="出库" header-align="center"> <el-table-column label="出库" header-align="center">
<el-table-column label="数量" prop="outCount"></el-table-column> <el-table-column label="数量" prop="outCount" width="80"></el-table-column>
<el-table-column label="价格" prop="outPrice"></el-table-column> <el-table-column label="价格" prop="outPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="outAmount"></el-table-column> <el-table-column label="金额" prop="outAmount" width="100"></el-table-column>
</el-table-column> </el-table-column>
<el-table-column label="结余" header-align="center"> <el-table-column label="结余" header-align="center">
<el-table-column label="数量" prop="balanceCount"></el-table-column> <el-table-column label="数量" prop="balanceCount" width="80"></el-table-column>
<el-table-column label="价格" prop="balancePrice"></el-table-column> <el-table-column label="价格" prop="balancePrice" width="100"></el-table-column>
<el-table-column label="金额" prop="balanceAmount"></el-table-column> <el-table-column label="金额" prop="balanceAmount" width="100"></el-table-column>
</el-table-column> </el-table-column>
</el-table> </el-table>

@ -108,21 +108,31 @@
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品通用名称" prop="productName" show-overflow-tooltip></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="产品通用名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="期初数量" prop="beginCount"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="期初价格" prop="beginPrice"></el-table-column> <el-table-column label="期初" header-align="center">
<el-table-column label="期初金额" prop="beginAmount"></el-table-column> <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
<el-table-column label="入库数量" prop="inCount"></el-table-column> <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>
<el-table-column label="入库价格" prop="inPrice"></el-table-column> <el-table-column label="金额" prop="beginAmount" width="100"></el-table-column>
<el-table-column label="入库金额" prop="inAmount"></el-table-column> </el-table-column>
<el-table-column label="出库数量" prop="outCount"></el-table-column> <el-table-column label="入库" header-align="center">
<el-table-column label="出库价格" prop="outPrice"></el-table-column> <el-table-column label="数量" prop="inCount" width="80"></el-table-column>
<el-table-column label="出库金额" prop="outAmount"></el-table-column> <el-table-column label="价格" prop="inPrice" width="100"></el-table-column>
<el-table-column label="结余数量" prop="balanceCount"></el-table-column> <el-table-column label="金额" prop="inAmount" width="100"></el-table-column>
<el-table-column label="结余价格" prop="balancePrice"></el-table-column> </el-table-column>
<el-table-column label="结余金额" prop="balanceAmount"></el-table-column> <el-table-column label="出库" header-align="center">
<el-table-column label="数量" prop="outCount" width="80"></el-table-column>
<el-table-column label="价格" prop="outPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="outAmount" width="100"></el-table-column>
</el-table-column>
<el-table-column label="结余" header-align="center">
<el-table-column label="数量" prop="balanceCount" width="80"></el-table-column>
<el-table-column label="价格" prop="balancePrice" width="100"></el-table-column>
<el-table-column label="金额" prop="balanceAmount" width="100"></el-table-column>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="detailTotal>0" v-show="detailTotal>0"

@ -108,21 +108,31 @@
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品通用名称" prop="productName" show-overflow-tooltip></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="产品通用名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="期初数量" prop="beginCount"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="期初价格" prop="beginPrice"></el-table-column> <el-table-column label="期初" header-align="center">
<el-table-column label="期初金额" prop="beginAmount"></el-table-column> <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
<el-table-column label="入库数量" prop="inCount"></el-table-column> <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>
<el-table-column label="入库价格" prop="inPrice"></el-table-column> <el-table-column label="金额" prop="beginAmount" width="100"></el-table-column>
<el-table-column label="入库金额" prop="inAmount"></el-table-column> </el-table-column>
<el-table-column label="出库数量" prop="outCount"></el-table-column> <el-table-column label="入库" header-align="center">
<el-table-column label="出库价格" prop="outPrice"></el-table-column> <el-table-column label="数量" prop="inCount" width="80"></el-table-column>
<el-table-column label="出库金额" prop="outAmount"></el-table-column> <el-table-column label="价格" prop="inPrice" width="100"></el-table-column>
<el-table-column label="结余数量" prop="balanceCount"></el-table-column> <el-table-column label="金额" prop="inAmount" width="100"></el-table-column>
<el-table-column label="结余价格" prop="balancePrice"></el-table-column> </el-table-column>
<el-table-column label="结余金额" prop="balanceAmount"></el-table-column> <el-table-column label="出库" header-align="center">
<el-table-column label="数量" prop="outCount" width="80"></el-table-column>
<el-table-column label="价格" prop="outPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="outAmount" width="100"></el-table-column>
</el-table-column>
<el-table-column label="结余" header-align="center">
<el-table-column label="数量" prop="balanceCount" width="80"></el-table-column>
<el-table-column label="价格" prop="balancePrice" width="100"></el-table-column>
<el-table-column label="金额" prop="balanceAmount" width="100"></el-table-column>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="detailTotal>0" v-show="detailTotal>0"

@ -108,21 +108,31 @@
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品通用名称" prop="productName" show-overflow-tooltip></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="产品通用名称" prop="productName" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="期初数量" prop="beginCount"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="期初价格" prop="beginPrice"></el-table-column> <el-table-column label="期初" header-align="center">
<el-table-column label="期初金额" prop="beginAmount"></el-table-column> <el-table-column label="数量" prop="beginCount" width="80"></el-table-column>
<el-table-column label="入库数量" prop="inCount"></el-table-column> <el-table-column label="价格" prop="beginPrice" width="100"></el-table-column>
<el-table-column label="入库价格" prop="inPrice"></el-table-column> <el-table-column label="金额" prop="beginAmount" width="100"></el-table-column>
<el-table-column label="入库金额" prop="inAmount"></el-table-column> </el-table-column>
<el-table-column label="出库数量" prop="outCount"></el-table-column> <el-table-column label="入库" header-align="center">
<el-table-column label="出库价格" prop="outPrice"></el-table-column> <el-table-column label="数量" prop="inCount" width="80"></el-table-column>
<el-table-column label="出库金额" prop="outAmount"></el-table-column> <el-table-column label="价格" prop="inPrice" width="100"></el-table-column>
<el-table-column label="结余数量" prop="balanceCount"></el-table-column> <el-table-column label="金额" prop="inAmount" width="100"></el-table-column>
<el-table-column label="结余价格" prop="balancePrice"></el-table-column> </el-table-column>
<el-table-column label="结余金额" prop="balanceAmount"></el-table-column> <el-table-column label="出库" header-align="center">
<el-table-column label="数量" prop="outCount" width="80"></el-table-column>
<el-table-column label="价格" prop="outPrice" width="100"></el-table-column>
<el-table-column label="金额" prop="outAmount" width="100"></el-table-column>
</el-table-column>
<el-table-column label="结余" header-align="center">
<el-table-column label="数量" prop="balanceCount" width="80"></el-table-column>
<el-table-column label="价格" prop="balancePrice" width="100"></el-table-column>
<el-table-column label="金额" prop="balanceAmount" width="100"></el-table-column>
</el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="detailTotal>0" v-show="detailTotal>0"

@ -1,182 +1,249 @@
<template> <template>
<div> <div>
<el-card class="el-card"> <el-card>
<el-form :model="filterQuery" class="query-form" size="mini" label-width="100px" v-show="showSearch"> <el-form :model="codeQuery" class="query-form" size="mini" label-width="100px">
<el-row>
<el-col :span="18">
<el-form-item class="query-form-item" label="扫码查询:">
<el-input v-model="codeQuery.code"
style="width: 97%"
placeholder="请扫描或输入UDI码"
clearable="true"
@keyup.enter.native="keyup_submit($event)"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row> <el-row>
<el-col :span="8"> <el-col :span="6">
<el-form-item class="query-form-item" label="预验收单号:"> <el-form-item class="query-form-item" label="预验收单号:">
<el-input v-model="filterQuery.billNo" placeholder="单号" <el-input v-model="codeQuery.orderId" placeholder="预验收单号"
style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6">
<el-col :span="8"> <el-form-item label="余量状态:">
<el-form-item label="供应商:"> <el-select v-model="codeQuery.status" style="width: 90%" placeholder="请选择状态" clearable>
<el-select <el-option label="在库" value="1"></el-option>
v-model="filterQuery.fromCorp" <el-option label="已使用" value="2"></el-option>
<el-option label="已退回" value="3"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="收货仓库:">
<el-select v-model="codeQuery.invCode" placeholder="请选择收货仓库" clearable="true"
style="width: 90%" style="width: 90%"
filterable
remote
clearable="true"
reserve-keyword
placeholder="请选择供应商"
:remote-method="findMethod"
:loading="loading"
> >
<el-option <el-option
v-for="item in fromOptions" v-for="item in invList"
:key="item.name" :key="item.name"
:label="item.name" :label="item.name"
:value="item.erpId" :value="item.code">
>
<span style="float: left">{{ item.name }}</span> <span style="float: left">{{ item.name }}</span>
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row>
</el-form> <el-col :span="6">
<div class="top-right-btn"> <el-form-item class="query-form-item" label="收货时间:">
<el-button-group> <el-date-picker
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button> :picker-options="pickerOptions"
<el-button v-model="auditDateRange"
type="primary" type="daterange"
icon="el-icon-refresh" format="yyyy 年 MM 月 dd 日"
@click="onReset" value-format="yyyy-MM-dd"
>重置 range-separator="至"
</el-button> start-placeholder="开始日期"
<el-button type="primary" icon="el-icon-search" @click="onSubmit" end-placeholder="结束日期"
>查询 style="width: 90%"
</el-button
>
</el-button-group>
</div>
<el-divider style="margin: 15px"></el-divider>
<el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row
border
@current-change="handleSelectionChange">
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="单据号" prop="billNo" width="150"></el-table-column>
<el-table-column label="单据类型" prop="billTypeName" width="150"></el-table-column>
<el-table-column label="来源" prop="fromType">
<template slot-scope="scope">
<span>{{ fromTypeMap[scope.row.orderFromType] }}</span>
</template>
</el-table-column>
<el-table-column label="往来单位" prop="fromCorpName" width="220">
</el-table-column>
<el-table-column label="当前部门" prop="deptName" width="220">
</el-table-column>
<el-table-column label="当前仓库" prop="invName" width="220">
</el-table-column>
<el-table-column label="创建时间" prop="createTime" show-overflow-tooltip>
<template slot-scope="scope">
<i class="el-icon-time"></i>
<span>{{ scope.row.createTime }}</span>
</template>
</el-table-column>
<el-table-column label="操作" width="150">
<template slot-scope="scope">
<el-button
type="text"
size="small"
@click.native.stop="deleteDialog(scope.row)"
>删除
</el-button
> >
</template> </el-date-picker>
</el-table-column> </el-form-item>
</el-table> </el-col>
<pagination </el-row>
v-show="total>0" <el-row>
:total="total" <el-col :span="6">
:limit.sync="filterQuery.limit" <el-form-item class="query-form-item" label="DI/物资编码:">
:page.sync="filterQuery.page" <el-input v-model="codeQuery.nameCode" placeholder="DI/物资编码"
@pagination="getList" style="width: 90%"
></pagination> clearable="true"></el-input>
</el-card> </el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="物资名称:">
<el-input v-model="codeQuery.cpmctymc" placeholder="物资名称"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-tabs type="border-card" style="margin: 15px"> <el-col :span="6">
<!--单据扫码明细--> <el-form-item class="query-form-item" label="规格型号:">
<el-tab-pane> <el-input v-model="codeQuery.ggxh" placeholder="规格型号"
<span slot="label">预验收库存详情</span> style="width: 90%"
<el-form :model="codeQuery" class="query-form" size="mini" label-width="100px"> clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="批次号:">
<el-input v-model="codeQuery.batchNo" placeholder="批次号"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row> <el-row>
<el-col :span="11">
<el-form-item class="query-form-item" label="UDI码:"> <el-col :span="6">
<el-input <el-form-item class="query-form-item" label="生产企业:">
v-model="codeQuery.code" <el-input v-model="codeQuery.ylqxzcrbarmc" placeholder="生产企业"
placeholder="请输入UDI码" style="width: 90%"
clearable clearable="true"></el-input>
> </el-form-item>
</el-input> </el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="注册/备案号:">
<el-input v-model="codeQuery.zczbhhzbapzbh" placeholder="注册/备案号"
style="width: 90%"
clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="11"> </el-row>
<el-form-item> </el-form>
<div class="top-right-btn">
<el-button-group> <el-button-group>
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button <el-button
type="primary" type="primary"
icon="el-icon-refresh" icon="el-icon-refresh"
@click="onCodeReset" @click="onCodeReset"
>重置 >重置
</el-button> </el-button>
<el-button type="primary" @click="onCodeSubmit" <el-button type="primary" icon="el-icon-search" @click="onCodeSubmit"
icon="el-icon-search"
>查询 >查询
</el-button </el-button
> >
</el-button-group> </el-button-group>
</el-form-item> </div>
</el-col> <el-divider style="margin: 15px"></el-divider>
</el-row>
</el-form>
<el-table v-loading="codeDetailLoading" :data="codeDetailList" style="width: 100%" border <el-table v-loading="codeDetailLoading" :data="codeDetailList" style="width: 100%" border
row-key="id" row-key="id"
> >
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="供应商" prop="fromName" v-if="showSup" show-overflow-tooltip
width="160"></el-table-column>
<el-table-column <el-table-column
label="UDI码" label="审核时间"
prop="code" prop="auditTime"
width="160"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="产品名称" label="预验收单号"
prop="orderId"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="物资名称"
prop="productName" prop="productName"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="规格型号"
prop="ggxh"
width="160"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="批次号"
prop="batchNo" width="120"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="入库数量"
prop="originReCount" width="100"
></el-table-column>
<el-table-column
label="使用数量"
width="100"
>
<template slot-scope="scope">
<span>{{ scope.row.originReCount - scope.row.reCount }}</span>
</template>
</el-table-column>
<el-table-column
label="剩余数量"
prop="reCount" width="100"
></el-table-column>
<el-table-column
label="退回数量"
prop="returnCount" width="100"
></el-table-column>
<el-table-column
label="计量单位"
prop="measname" width="100"
></el-table-column>
<el-table-column label="余量状态" prop="status">
<template slot-scope="scope">
<el-tag :type="(scope.row.status)">
{{ statusMap[scope.row.status] }}
</el-tag>
</template>
</el-table-column>
<el-table-column
label="所属仓库"
prop="invName"
width="120"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="生产日期" label="生产日期"
prop="produceDate" prop="produceDate"
width="120" width="100"
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="失效日期" label="失效日期"
prop="expireDate" prop="expireDate"
width="120" width="100"
></el-table-column>
<el-table-column
label="批次号"
prop="batchNo"
show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="序列号" label="序列号"
prop="serialNo" prop="serialNo"
width="120"
></el-table-column>
<el-table-column
label="UDI码"
prop="code"
width="180"
show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="扫码数量" label="生产企业"
prop="reCount" prop="manufactory"
width="160"
show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="实际数量" label="注册/备案号"
prop="reCount" prop="zczbhhzbapzbh"
width="160"
show-overflow-tooltip
></el-table-column> ></el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="codeTotal>0" v-show="codeTotal>0"
@ -185,9 +252,7 @@
:limit.sync="codeQuery.limit" :limit.sync="codeQuery.limit"
@pagination="getCodeDetailList" @pagination="getCodeDetailList"
/> />
</el-tab-pane> </el-card>
</el-tabs>
</div> </div>
</template> </template>
@ -199,6 +264,7 @@ import {
import {getLocalJoinByUser} from "@/api/basic/busType"; import {getLocalJoinByUser} from "@/api/basic/busType";
import {isBlank} from "@/utils/strUtil"; import {isBlank} from "@/utils/strUtil";
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain"; import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
import store from "@/store";
const formJson = { const formJson = {
@ -213,14 +279,6 @@ export default {
data() { data() {
return { return {
showSearch: true, showSearch: true,
filterQuery: {
id: "",
billNo: null,
page: 1,
limit: 10,
startTime: null,
endTime: null,
},
invList: [], invList: [],
list: [], list: [],
total: 0, total: 0,
@ -233,7 +291,7 @@ export default {
"3": "pda即时校验", "3": "pda即时校验",
"4": "pda未校验", "4": "pda未校验",
"5": "pc端扫码精灵", "5": "pc端扫码精灵",
"6": "缺量补录单据", "6": "流转自动补单",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10": "手动补单", "10": "手动补单",
@ -285,7 +343,16 @@ export default {
], ],
}, },
codeQuery: { codeQuery: {
code: null,
orderId: null, orderId: null,
status: null,
invCode: null,
nameCode: null,
cpmctymc: null,
ggxh: null,
batchNo: null,
ylqxzcrbarmc: null,
zczbhhzbapzbh: null,
page: 1, page: 1,
limit: 10 limit: 10
}, },
@ -293,6 +360,13 @@ export default {
codeDetailLoading: false, codeDetailLoading: false,
codeDetailList: [], codeDetailList: [],
fromOptions: [], fromOptions: [],
auditDateRange: [],
showSup: false,
statusMap: {
1: "在库",
2: "已使用",
3: "已退回",
}
}; };
}, },
components: {}, components: {},
@ -301,26 +375,19 @@ export default {
this.$router.push({ this.$router.push({
path: "", path: "",
}); });
this.filterQuery = {
id: "",
billNo: null,
page: 1,
limit: 10,
startTime: null,
endTime: null,
};
this.getList(); this.getList();
}, },
onSubmit() { onSubmit() {
this.loading = true; this.loading = true;
if (this.actDateRange !== null) {
this.filterQuery.startTime = this.actDateRange[0]; if (this.auditDateRange !== null) {
this.filterQuery.endTime = this.actDateRange[1]; this.codeQuery.startAduditTime = this.auditDateRange[0];
this.codeQuery.endAduditTime = this.auditDateRange[1];
} else { } else {
this.filterQuery.startTime = null; this.codeQuery.startAduditTime = null;
this.filterQuery.endTime = null; this.codeQuery.endAduditTime = null;
} }
this.filterQuery.page = 1; this.codeQuery.page = 1;
this.getList(); this.getList();
}, },
hideSearch() { hideSearch() {
@ -357,6 +424,7 @@ export default {
this.loading = true; this.loading = true;
this.currentRow = {billNo: ""}; this.currentRow = {billNo: ""};
this.clearDetailList(); this.clearDetailList();
this.filterQuery.fromCorp = store.getters.customerId
filterPrein(this.filterQuery) filterPrein(this.filterQuery)
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;
@ -417,18 +485,20 @@ export default {
}; };
this.getCodeDetailList(); this.getCodeDetailList();
}, },
keyup_submit(event) {
this.filterQuery.page = 1;
this.getList();
event.target.select();
},
onCodeSubmit() { onCodeSubmit() {
this.codeQuery.page = 1; this.codeQuery.page = 1;
this.getCodeDetailList(); this.getCodeDetailList();
}, },
getCodeDetailList() { getCodeDetailList() {
if (isBlank(this.currentRow.billNo)) {
this.$message.error("请先选择需要查询的单据!")
return;
}
this.codeQuery.orderId = this.currentRow.billNo;
this.codeDetailLoading = true; this.codeDetailLoading = true;
this.codeQuery.productName= this.codeQuery.cpmctymc;
filterDetail(this.codeQuery).then((res) => { filterDetail(this.codeQuery).then((res) => {
this.codeDetailLoading = false; this.codeDetailLoading = false;
if (res.code === 20000) { if (res.code === 20000) {
@ -483,6 +553,11 @@ export default {
}; };
}, },
created() { created() {
let supId = this.$store.getters.customerId;
if (supId == "110") {
this.showSup = true;
}
this.getList(); this.getList();
}, },
}; };

@ -3,78 +3,62 @@
<el-card class="el-card"> <el-card class="el-card">
<el-form :model="filterQuery" class="query-form" size="mini" label-width="100px" v-show="showSearch"> <el-form :model="filterQuery" class="query-form" size="mini" label-width="100px" v-show="showSearch">
<el-row> <el-row>
<el-col :span="4"> <el-col :span="18">
<el-form-item class="query-form-item" label="产品标识DI:"> <el-form-item class="query-form-item" label="扫码查询:">
<el-input v-model="filterQuery.nameCode" placeholder="产品标识DI" <el-input v-model="filterQuery.udiCode"
style="width: 90%" style="width: 97%"
clearable="true"></el-input> placeholder="请扫描或输入UDI码"
clearable="true"
@keyup.enter.native="keyup_submit($event)"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> </el-row>
<el-form-item class="query-form-item" label="产品名称:"> <el-row>
<el-input v-model="filterQuery.cpmctymc" placeholder="产品名称" <el-col :span="6">
<el-form-item class="query-form-item" label="DI/物资编码:">
<el-input v-model="filterQuery.nameCode" placeholder="DI/物资编码"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="批次号:"> <el-form-item class="query-form-item" label="物资名称:">
<el-input v-model="filterQuery.batchNo" placeholder="批次号" <el-input v-model="filterQuery.cpmctymc" placeholder="物资名称"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="供应商名称:"> <el-form-item class="query-form-item" label="规格型号:">
<el-select <el-input v-model="filterQuery.ggxh" placeholder="规格型号"
v-model="filterQuery.supId"
filterable
remote
clearable="true"
reserve-keyword
placeholder="供应商名称"
:remote-method="findMethod"
size="mini"
:loading="corpLoading"
@change="corpChange"
style="width: 90%" style="width: 90%"
> clearable="true"></el-input>
<el-option
v-for="item in fromOptions"
:key="item.name"
:label="item.name"
:value="item.erpId"
>
<span style="float: left">{{ item.name }}</span>
</el-option>
</el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> <el-col :span="6">
<el-form-item class="query-form-item" label="批次号:">
<el-row> <el-input v-model="filterQuery.batchNo" placeholder="批次号"
<el-col :span="4">
<el-form-item class="query-form-item" label="规格型号:">
<el-input v-model="filterQuery.ggxh" placeholder="规格型号"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> </el-row>
<el-form-item class="query-form-item" label="批准文号:"> <el-row>
<el-input v-model="filterQuery.zczbhhzbapzbh" placeholder="批准文号" <el-col :span="6">
<el-form-item class="query-form-item" label="注册/备案号:">
<el-input v-model="filterQuery.zczbhhzbapzbh" placeholder="注册/备案号"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="生产厂家:"> <el-form-item class="query-form-item" label="生产企业:">
<el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="生产厂家" <el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="生产企业"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="所属仓库:"> <el-form-item class="query-form-item" label="所属仓库:">
<el-select v-model="filterQuery.invCode" placeholder="请选择所属仓库" clearable="true" <el-select v-model="filterQuery.invCode" placeholder="请选择所属仓库" clearable="true"
style="width: 90%" style="width: 90%"
@ -110,24 +94,28 @@
<el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row <el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row
border> border>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品标识" prop="nameCode"></el-table-column> <el-table-column label="供应商" prop="supName" v-if="showSup" show-overflow-tooltip
<el-table-column label="产品名称" prop="cpmctymc"></el-table-column> width="120"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="DI/物资编码" prop="nameCode" width="150"></el-table-column>
<el-table-column label="物资名称" prop="cpmctymc" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip width="180"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="120"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="入库数量" prop="inCount" width="120"></el-table-column> <el-table-column label="入库数量" prop="inCount" width="120"></el-table-column>
<el-table-column label="出库数量" prop="outCount" width="120"></el-table-column> <el-table-column label="出库数量" prop="outCount" width="120"></el-table-column>
<el-table-column label="结余数量" prop="reCount" width="120"></el-table-column> <el-table-column label="结余数量" prop="reCount" width="120"></el-table-column>
<el-table-column label="生产厂家" prop="ylqxzcrbarmc" v-if="showSup" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="供应商" prop="supName" v-if="showSup" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="部门" prop="deptName" v-if="showSup" <el-table-column label="部门" prop="deptName" v-if="showSup"
show-overflow-tooltip width="120"></el-table-column> show-overflow-tooltip width="120"></el-table-column>
<el-table-column label="仓库" prop="invName" v-if="showSup" <el-table-column label="仓库" prop="invName" v-if="showSup"
show-overflow-tooltip width="120"></el-table-column> show-overflow-tooltip width="120"></el-table-column>
<el-table-column label="操作" width="150"> <el-table-column label="计量单位" prop="measname" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="120" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@ -257,8 +245,15 @@ export default {
this.filterQuery.page = val; this.filterQuery.page = val;
this.getList(); this.getList();
}, },
keyup_submit(event) {
this.filterQuery.page = 1;
this.getList();
event.target.select();
},
getList() { getList() {
this.loading = true; this.loading = true;
this.filterQuery.supId = this.$store.getters.customerId;
getInvPreProduct(this.filterQuery).then((res) => { getInvPreProduct(this.filterQuery).then((res) => {
this.loading = false; this.loading = false;
if (res.code === 20000) { if (res.code === 20000) {
@ -361,6 +356,10 @@ export default {
}; };
}, },
created() { created() {
let supId = this.$store.getters.customerId;
if (supId == "110") {
this.showSup = true;
}
this.findMethod(); this.findMethod();
this.getInvList(); this.getInvList();
this.getList(); this.getList();

@ -3,13 +3,13 @@
<el-descriptions class="margin-top" title="产品信息" :column="3" :size="size" border> <el-descriptions class="margin-top" title="产品信息" :column="3" :size="size" border>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"> <template slot="label">
产品名称 物资名称
</template> </template>
{{ inputQuery.cpmctymc }} {{ inputQuery.cpmctymc }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"> <template slot="label">
产品标识 DI/物资编码
</template> </template>
{{ inputQuery.nameCode }} {{ inputQuery.nameCode }}
</el-descriptions-item> </el-descriptions-item>
@ -41,9 +41,9 @@
</el-descriptions> </el-descriptions>
<el-form :inline="true" :model="invPreProductDetailQuery" style="margin-top: 10px;" size="mini"> <el-form :inline="true" :model="invPreProductDetailQuery" style="margin-top: 10px;" size="mini">
<el-form-item class="query-form-item" label="码:"> <el-form-item class="query-form-item" label="UDI码:">
<el-input v-model="invPreProductDetailQuery.code" <el-input v-model="invPreProductDetailQuery.code"
placeholder="码查询" placeholder="请输入UDI码查询"
clearable clearable
style="width: 100%" style="width: 100%"
></el-input> ></el-input>
@ -61,9 +61,15 @@
<el-table v-loading="loading" :data="list" style="width: 100%"> <el-table v-loading="loading" :data="list" style="width: 100%">
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column <el-table-column
label="码" label="UDI码"
prop="code" prop="code"
width="500" width="350"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="出入库单号"
prop="orderId"
width="180"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
@ -90,16 +96,11 @@
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="单日期" label="日期"
prop="orderTime" prop="orderTime"
width="150" width="150"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="所属单据"
prop="orderId"
show-overflow-tooltip
></el-table-column>
</el-table> </el-table>
<pagination <pagination

@ -3,28 +3,77 @@
<el-card class="el-card"> <el-card class="el-card">
<el-form :model="filterQuery" class="query-form" size="mini" label-width="100px" v-show="showSearch"> <el-form :model="filterQuery" class="query-form" size="mini" label-width="100px" v-show="showSearch">
<el-row> <el-row>
<el-col :span="4"> <el-col :span="18">
<el-form-item class="query-form-item" label="产品标识DI:"> <el-form-item class="query-form-item" label="扫码查询:">
<el-input v-model="filterQuery.nameCode" placeholder="产品标识DI" <el-input v-model="filterQuery.udiCode"
style="width: 97%"
placeholder="请扫描或输入UDI码"
clearable="true"
@keyup.enter.native="keyup_submit($event)"></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="6">
<el-form-item class="query-form-item" label="DI/物资编码:">
<el-input v-model="filterQuery.nameCode" placeholder="DI/物资编码"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="产品名称:"> <el-form-item class="query-form-item" label="物资名称:">
<el-input v-model="filterQuery.cpmctymc" placeholder="产品名称" <el-input v-model="filterQuery.cpmctymc" placeholder="物资名称"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="规格型号:">
<el-input v-model="filterQuery.ggxh" placeholder="规格型号"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="6">
<el-form-item class="query-form-item" label="批次号:"> <el-form-item class="query-form-item" label="批次号:">
<el-input v-model="filterQuery.batchNo" placeholder="批次号" <el-input v-model="filterQuery.batchNo" placeholder="批次号"
style="width: 90%" style="width: 90%"
clearable="true"></el-input> clearable="true"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> </el-row>
<el-row>
<el-col :span="6">
<el-form-item class="query-form-item" label="注册/备案号:">
<el-input v-model="filterQuery.zczbhhzbapzbh" placeholder="注册/备案号"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="生产企业:">
<el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="生产企业"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="所属仓库:">
<el-select v-model="filterQuery.invCode" placeholder="请选择所属仓库" clearable="true"
style="width: 90%"
>
<el-option
v-for="item in invList"
:key="item.name"
:label="item.name"
:value="item.code">
<span style="float: left">{{ item.name }}</span>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="6">
<el-form-item class="query-form-item" label="供应商名称:"> <el-form-item class="query-form-item" label="供应商名称:">
<el-select <el-select
v-model="filterQuery.supId" v-model="filterQuery.supId"
@ -50,45 +99,8 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row>
<el-row>
<el-col :span="4">
<el-form-item class="query-form-item" label="规格型号:">
<el-input v-model="filterQuery.ggxh" placeholder="规格型号"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item class="query-form-item" label="批准文号:">
<el-input v-model="filterQuery.zczbhhzbapzbh" placeholder="批准文号"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item class="query-form-item" label="生产厂家:">
<el-input v-model="filterQuery.ylqxzcrbarmc" placeholder="生产厂家"
style="width: 90%"
clearable="true"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item class="query-form-item" label="所属仓库:">
<el-select v-model="filterQuery.invCode" placeholder="请选择所属仓库" clearable="true"
style="width: 90%"
>
<el-option
v-for="item in invList"
:key="item.name"
:label="item.name"
:value="item.code">
<span style="float: left">{{ item.name }}</span>
</el-option>
</el-select>
</el-form-item>
</el-col>
</el-row> </el-row>
</el-form> </el-form>
<div class="top-right-btn"> <div class="top-right-btn">
@ -110,24 +122,26 @@
<el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row <el-table v-loading="loading" :data="list" style="width: 100%" highlight-current-row
border> border>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品标识" prop="nameCode"></el-table-column> <el-table-column label="供应商" prop="supName" v-if="showSup" show-overflow-tooltip
<el-table-column label="产品名称" prop="cpmctymc"></el-table-column> width="120"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column> <el-table-column label="DI/物资编码" prop="nameCode" width="150"></el-table-column>
<el-table-column label="物资名称" prop="cpmctymc" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip width="180"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="120"></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="入库数量" prop="inCount" width="120"></el-table-column> <el-table-column label="入库数量" prop="inCount" width="120"></el-table-column>
<el-table-column label="出库数量" prop="outCount" width="120"></el-table-column> <el-table-column label="出库数量" prop="outCount" width="120"></el-table-column>
<el-table-column label="结余数量" prop="reCount" width="120"></el-table-column> <el-table-column label="结余数量" prop="reCount" width="120"></el-table-column>
<el-table-column label="生产厂家" prop="ylqxzcrbarmc" v-if="showSup" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="供应商" prop="supName" v-if="showSup" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="部门" prop="deptName" v-if="showSup" <el-table-column label="部门" prop="deptName" v-if="showSup"
show-overflow-tooltip width="120"></el-table-column> show-overflow-tooltip width="120"></el-table-column>
<el-table-column label="仓库" prop="invName" v-if="showSup" <el-table-column label="仓库" prop="invName" v-if="showSup"
show-overflow-tooltip width="120"></el-table-column> show-overflow-tooltip width="120"></el-table-column>
<el-table-column label="操作" width="150"> <el-table-column label="计量单位" prop="measname" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="生产企业" prop="ylqxzcrbarmc" show-overflow-tooltip
width="120"></el-table-column>
<el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="110" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@ -195,6 +209,7 @@ export default {
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
page: 1, page: 1,
limit: 10, limit: 10,
udiCode: null,
}, },
list: [], list: [],
total: 0, total: 0,
@ -204,8 +219,8 @@ export default {
id: "", id: "",
status: 10, status: 10,
}, },
corpLoading: false,
dialogVisible: false, dialogVisible: false,
corpLoading: false,
fromOptions: [], fromOptions: [],
showSup: false, showSup: false,
detailDialogVisible: false, detailDialogVisible: false,
@ -241,6 +256,14 @@ export default {
}; };
this.getList(); this.getList();
}, },
keyup_submit(event) {
this.filterQuery.page = 1;
this.getList();
event.target.select();
},
onSubmit() { onSubmit() {
this.filterQuery.page = 1; this.filterQuery.page = 1;
this.getList(); this.getList();
@ -258,6 +281,7 @@ export default {
}, },
getList() { getList() {
this.loading = true; this.loading = true;
getProduct(this.filterQuery).then((res) => { getProduct(this.filterQuery).then((res) => {
this.loading = false; this.loading = false;
if (res.code === 20000) { if (res.code === 20000) {
@ -360,6 +384,10 @@ export default {
}; };
}, },
created() { created() {
let supId = this.$store.getters.customerId;
if (supId == "110") {
this.showSup = true;
}
this.findMethod(); this.findMethod();
this.getInvList(); this.getInvList();
this.getList(); this.getList();

@ -3,17 +3,16 @@
<el-descriptions class="margin-top" title="产品信息" :column="3" :size="size" border> <el-descriptions class="margin-top" title="产品信息" :column="3" :size="size" border>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"> <template slot="label">
产品名称 物资名称
</template> </template>
{{ inputQuery.cpmctymc }} {{ inputQuery.cpmctymc }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"> <template slot="label">
产品标识 DI/物资编码
</template> </template>
{{ inputQuery.nameCode }} {{ inputQuery.nameCode }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item> <el-descriptions-item>
<template slot="label"> <template slot="label">
批次号 批次号
@ -41,14 +40,13 @@
</el-descriptions> </el-descriptions>
<el-form :inline="true" :model="invProductDetailQuery" style="margin-top: 10px;" size="mini"> <el-form :inline="true" :model="invProductDetailQuery" style="margin-top: 10px;" size="mini">
<el-form-item class="query-form-item" label="码:"> <el-form-item class="query-form-item" label="UDI码:">
<el-input v-model="invProductDetailQuery.code" <el-input v-model="invProductDetailQuery.code"
placeholder="码查询" placeholder="请输入UDI码查询"
clearable clearable
style="width: 100%" style="width: 100%"
></el-input> ></el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button-group> <el-button-group>
<el-button type="primary" icon="search" @click="onSubmit" <el-button type="primary" icon="search" @click="onSubmit"
@ -58,12 +56,18 @@
</el-button-group> </el-button-group>
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-table v-loading="loading" :data="list" style="width: 100%"> <el-table v-loading="loading" :data="list" style="width: 100%" border>
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column <el-table-column
label="码" label="UDI码"
prop="code" prop="code"
width="500" width="350"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="出入库单号"
prop="orderId"
width="180"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
@ -90,18 +94,12 @@
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="单日期" label="日期"
prop="orderTime" prop="orderTime"
width="150" width="150"
show-overflow-tooltip show-overflow-tooltip
></el-table-column> ></el-table-column>
<el-table-column
label="所属单据"
prop="orderId"
show-overflow-tooltip
></el-table-column>
</el-table> </el-table>
<pagination <pagination
v-show="total>0" v-show="total>0"
:total="total" :total="total"

@ -38,7 +38,7 @@
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item class="query-form-item" label="产品名称:"> <el-form-item class="query-form-item" label="物资名称:">
<el-autocomplete <el-autocomplete
class="inline-input" class="inline-input"
style="width: 90%" style="width: 90%"
@ -88,20 +88,20 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <!-- <el-col :span="6">-->
<el-form-item class="query-form-item" label="忽略状态:"> <!-- <el-form-item class="query-form-item" label="忽略状态:">-->
<el-select v-model="filterQuery.ignoreStatus" <!-- <el-select v-model="filterQuery.ignoreStatus"-->
placeholder="请选择消息忽略状态" <!-- placeholder="请选择消息忽略状态"-->
clearable <!-- clearable-->
style="width: 90%" <!-- style="width: 90%"-->
> <!-- >-->
<el-option label="不忽略" :value="0"></el-option> <!-- <el-option label="不忽略" :value="0"></el-option>-->
<el-option label="忽略7天" :value="1"></el-option> <!-- <el-option label="忽略7天" :value="1"></el-option>-->
<el-option label="忽略15天" :value="2"></el-option> <!-- <el-option label="忽略15天" :value="2"></el-option>-->
<el-option label="忽略30天" :value="3"></el-option> <!-- <el-option label="忽略30天" :value="3"></el-option>-->
</el-select> <!-- </el-select>-->
</el-form-item> <!-- </el-form-item>-->
</el-col> <!-- </el-col>-->
<el-col :span="6"> <el-col :span="6">
<el-form-item class="query-form-item" label="预警类型:"> <el-form-item class="query-form-item" label="预警类型:">
@ -134,37 +134,41 @@
<el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row> <el-table v-loading="loading" :data="list" style="width: 100%" border highlight-current-row>
<el-table-column type="index" label="序号" width="50"></el-table-column> <el-table-column type="index" label="序号" width="50"></el-table-column>
<el-table-column label="仓库名称" prop="invName" width="200"></el-table-column> <el-table-column label="仓库名称" prop="invName" width="120"></el-table-column>
<el-table-column label="货位名称" prop="invSpaceName" width="200"></el-table-column> <el-table-column label="货位名称" prop="invSpaceName" width="120"></el-table-column>
<el-table-column label="产品名称" prop="productName" width="300" show-overflow-tooltip></el-table-column> <el-table-column label="产品名称" prop="productName" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="150" show-overflow-tooltip></el-table-column> <el-table-column label="批次号" prop="batchNo" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="150" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="ggxh" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="消息状态" prop="status" width="100"> <el-table-column label="消息状态" prop="status" width="120">
<template slot-scope="scope">
<el-tag>{{ statusMap[scope.row.status] }}</el-tag>
</template>
</el-table-column>
<el-table-column label="忽略预警" prop="ignoreStatus" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag>{{ ignoreStatusMap[scope.row.ignoreStatus] }}</el-tag>
<el-tag :type="statusFilterType(scope.row.status)">{{
statusMap[scope.row.status]
}}
</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="忽略预警" prop="ignoreStatus" width="100">-->
<!-- <template slot-scope="scope">-->
<!-- <el-tag>{{ ignoreStatusMap[scope.row.ignoreStatus] }}</el-tag>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="预警类型" prop="type" width="120"> <el-table-column label="预警类型" prop="type" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag>{{ typeMap[scope.row.type] }}</el-tag> <el-tag type="danger">{{ typeMap[scope.row.type] }}</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="预警内容" prop="msg" width="200" show-overflow-tooltip></el-table-column> <el-table-column label="预警内容" prop="msg" width="250" show-overflow-tooltip></el-table-column>
<el-table-column label="处理方式" prop="handleMsg" width="200" show-overflow-tooltip></el-table-column> <el-table-column label="处理方式" prop="handleMsg" width="200" show-overflow-tooltip></el-table-column>
<el-table-column label="入库数量" prop="inCount" width="100"></el-table-column> <el-table-column label="入库数量" prop="inCount" width="100"></el-table-column>
<el-table-column label="出库数量" prop="outCount" width="100"></el-table-column> <el-table-column label="出库数量" prop="outCount" width="100"></el-table-column>
<el-table-column label="库存数量" prop="productionDate" width="100"></el-table-column> <el-table-column label="库存数量" prop="reCount" width="100"></el-table-column>
<el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column> <el-table-column label="生产日期" prop="productionDate" width="120"></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column> <el-table-column label="失效日期" prop="expireDate" width="120"></el-table-column>
<el-table-column label="供应商" prop="supName" width="150" show-overflow-tooltip></el-table-column> <el-table-column label="供应商" prop="supName" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="生产厂家" prop="manufactory" width="150" show-overflow-tooltip></el-table-column> <el-table-column label="生产企业" prop="manufactory" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="批准文号" prop="zczbhhzbapzbh" width="150" show-overflow-tooltip></el-table-column> <el-table-column label="注册/备案号" prop="zczbhhzbapzbh" width="150" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" width="100"> <el-table-column label="操作" width="100" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@ -173,13 +177,13 @@
@click.native="confirmMsg(scope.row)" @click.native="confirmMsg(scope.row)"
>确认 >确认
</el-button> </el-button>
<el-button <!-- <el-button-->
type="text" <!-- type="text"-->
size="small" <!-- size="small"-->
v-if="scope.row.ignoreStatus === 0" <!-- v-if="scope.row.ignoreStatus === 0"-->
@click.native="ignoreMsg(scope.row)" <!-- @click.native="ignoreMsg(scope.row)"-->
>忽略 <!-- >忽略-->
</el-button> <!-- </el-button>-->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -192,6 +196,77 @@
/> />
</el-card> </el-card>
<el-dialog
v-if="confirmMsgVisible"
title="确认预警信息"
:visible.sync="confirmMsgVisible"
:close-on-click-modal="false"
:close-on-press-escape="false"
width="60%"
top="5vh"
>
<el-form :model="rowData" label-width="200px" style="margin-bottom: -15px">
<el-row>
<el-col :span="10">
<el-form-item class="query-form-item" label="仓库:">
<el-input v-model="rowData.invName" disabled></el-input>
</el-form-item>
</el-col>
<el-col :span="10">
<el-form-item class="query-form-item" label="货位:">
<el-input v-model="rowData.invSpaceName" disabled></el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="10">
<el-form-item class="query-form-item" label="产品名称:">
<el-input v-model="rowData.productName" disabled></el-input>
</el-form-item>
</el-col>
<el-col :span="10">
<el-form-item class="query-form-item" label="规格型号:">
<el-input v-model="rowData.ggxh" disabled></el-input>
</el-form-item>
</el-col>
</el-row>
<el-eow>
<el-col :span="10">
<el-form-item class="query-form-item" label="预警类型:">
<el-input v-model="rowData.msg" disabled></el-input>
</el-form-item>
</el-col>
<el-col :span="10">
<el-form-item class="query-form-item" label="预警类型:">
<el-input v-model="rowData.typeName" disabled></el-input>
</el-form-item>
</el-col>
</el-eow>
<el-row >
<el-col :span="20">
<el-form-item class="query-form-item" label="备注:">
<el-input v-model="handleMsg" auto-complete="off"
type="textarea" style="width: 90%"
placeholder="请输入备注内容"></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click.native="closeConfirmDialog">取消</el-button>
<el-button type="primary" @click.native="updateHandleMsg()"
>提交
</el-button>
</div>
</el-dialog>
<!-- 忽略预警弹窗 --> <!-- 忽略预警弹窗 -->
<el-dialog <el-dialog
@ -264,7 +339,11 @@ export default {
spaceList: [], spaceList: [],
ggxhList: [], ggxhList: [],
ignoreVisible: false, ignoreVisible: false,
currentId: null currentId: null,
confirmMsgVisible: false,
handleMsg: null,
rowData: null,
}; };
}, },
methods: { methods: {
@ -380,24 +459,11 @@ export default {
this.filterQuery.relId = null; this.filterQuery.relId = null;
}, },
confirmMsg(row) { confirmMsg(row) {
this.$prompt('请输入处理方式', '提示', { this.rowData = row;
confirmButtonText: '确定', let typeName = this.typeMap[row.type];
cancelButtonText: '取消', this.rowData.typeName = typeName;
}).then(({value}) => { this.handleMsg = null;
let params = { this.confirmMsgVisible = true;
id: row.id,
handleMsg: value
};
confirmMsg(params).then((res) => {
if (res.code === 20000) {
this.$message.success("已确认");
this.getList();
} else {
this.$message.error(res.message);
}
})
}).catch(() => {
});
}, },
ignoreMsg(row) { ignoreMsg(row) {
this.ignoreVisible = true; this.ignoreVisible = true;
@ -421,6 +487,39 @@ export default {
this.currentId = null; this.currentId = null;
}) })
}, },
closeConfirmDialog() {
this.confirmMsgVisible = false;
this.rowData = {}
},
updateHandleMsg() {
let params = {
id: this.rowData.id,
handleMsg: this.handleMsg
};
confirmMsg(params).then((res) => {
if (res.code === 20000) {
this.rowData = {};
this.handleMsg = null;
this.confirmMsgVisible = false;
this.$message.success("已确认");
} else {
this.$message.error(res.message);
}
}).catch((error) => {
this.rowData = {};
this.handleMsg = null;
this.confirmMsgVisible = false;
this.$message.error(error.message);
})
},
statusFilterType(status) {
const statusMap = {
1: "warning",
2: "success",
};
return statusMap[status];
},
}, },
created() { created() {
this.getInvList(); this.getInvList();

Loading…
Cancel
Save