|
|
@ -97,7 +97,7 @@
|
|
|
|
</el-alert>
|
|
|
|
</el-alert>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="24" style="margin-top: 10px">
|
|
|
|
<el-row :gutter="24" style="margin-top: 10px">
|
|
|
|
<el-col :span="12" style="border: 1px solid #e3dfe1; padding:15px; height: 700px; margin-left: 15px;">
|
|
|
|
<el-col :span="12" style="border: 1px solid #e3dfe1; padding:15px; height: 400px; margin-left: 15px;">
|
|
|
|
<h2 style="font-weight: bold;">当前上药队列</h2>
|
|
|
|
<h2 style="font-weight: bold;">当前上药队列</h2>
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
:data="queueCodes"
|
|
|
|
:data="queueCodes"
|
|
|
@ -134,7 +134,7 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="bzgg"
|
|
|
|
prop="prepnSpec"
|
|
|
|
label="制剂规格"
|
|
|
|
label="制剂规格"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
@ -149,17 +149,17 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="serialNo"
|
|
|
|
prop="batchNo"
|
|
|
|
label="批次号"
|
|
|
|
label="批次号"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="serialNo"
|
|
|
|
prop="produceDate"
|
|
|
|
label="生产日期"
|
|
|
|
label="生产日期"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="serialNo"
|
|
|
|
prop="expireDate"
|
|
|
|
label="失效日期"
|
|
|
|
label="失效日期"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
@ -176,7 +176,7 @@
|
|
|
|
<!--</pagination>-->
|
|
|
|
<!--</pagination>-->
|
|
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="11" style="border: 1px solid #e3dfe1; margin-left: 27px; padding: 15px;height: 700px;">
|
|
|
|
<el-col :span="11" style="border: 1px solid #e3dfe1; margin-left: 27px; padding: 15px;height: 400px;">
|
|
|
|
<h2 style="font-weight: bold;">工位库存队列</h2>
|
|
|
|
<h2 style="font-weight: bold;">工位库存队列</h2>
|
|
|
|
<!--<el-divider></el-divider>-->
|
|
|
|
<!--<el-divider></el-divider>-->
|
|
|
|
<!--<div style=" border-top: 1px solid #ccc;">-->
|
|
|
|
<!--<div style=" border-top: 1px solid #ccc;">-->
|
|
|
@ -234,6 +234,21 @@
|
|
|
|
label="序列号"
|
|
|
|
label="序列号"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
prop="batchNo"
|
|
|
|
|
|
|
|
label="批次号"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
prop="produceDate"
|
|
|
|
|
|
|
|
label="生产日期"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
prop="expireDate"
|
|
|
|
|
|
|
|
label="失效日期"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
<!--<pagination-->
|
|
|
|
<!--<pagination-->
|
|
|
|
<!-- v-show="splitCodeTotal>0"-->
|
|
|
|
<!-- v-show="splitCodeTotal>0"-->
|
|
|
|