rev: 出入库界面修改
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
AND mst.bill_code =#{bill_code}
|
AND mst.bill_code =#{bill_code}
|
||||||
</if>
|
</if>
|
||||||
<if test="iostorinv_id != null and iostorinv_id != ''">
|
<if test="iostorinv_id != null and iostorinv_id != ''">
|
||||||
AND mst.bill_code =#{iostorinv_id}
|
AND mst.iostorinv_id =#{iostorinv_id}
|
||||||
</if>
|
</if>
|
||||||
order by dtl.seq_no ASC
|
order by dtl.seq_no ASC
|
||||||
|
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column show-overflow-tooltip prop="bill_type" min-width="120" label="单据类型" :formatter="bill_typeFormat" />
|
<el-table-column show-overflow-tooltip prop="bill_type" min-width="120" label="单据类型" :formatter="bill_typeFormat" />
|
||||||
<el-table-column show-overflow-tooltip prop="stor_name" label="仓库" min-width="120"/>
|
<el-table-column show-overflow-tooltip prop="stor_name" label="仓库" min-width="120"/>
|
||||||
<el-table-column prop="" label="生产车间" width="130" show-overflow-tooltip />
|
<!-- <el-table-column prop="" label="生产车间" width="130" show-overflow-tooltip />-->
|
||||||
<el-table-column show-overflow-tooltip min-width="120" prop="biz_date" label="业务日期" />
|
<el-table-column show-overflow-tooltip min-width="120" prop="biz_date" label="业务日期" />
|
||||||
<el-table-column label="总重量" align="center" prop="total_qty">
|
<el-table-column label="总重量" align="center" prop="total_qty">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
@@ -145,7 +145,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column show-overflow-tooltip :formatter="stateFormat" width="80" prop="bill_status" label="单据状态" />
|
<el-table-column show-overflow-tooltip :formatter="stateFormat" width="80" prop="bill_status" label="单据状态" />
|
||||||
<el-table-column show-overflow-tooltip prop="product_code" label="生产车间" width="80" />
|
<!-- <el-table-column show-overflow-tooltip prop="product_code" label="生产车间" width="80" />-->
|
||||||
<el-table-column show-overflow-tooltip prop="bill_type" :formatter="bill_typeFormat" label="业务类型" />
|
<el-table-column show-overflow-tooltip prop="bill_type" :formatter="bill_typeFormat" label="业务类型" />
|
||||||
<el-table-column show-overflow-tooltip width="100" prop="biz_date" label="业务日期" />
|
<el-table-column show-overflow-tooltip width="100" prop="biz_date" label="业务日期" />
|
||||||
<el-table-column show-overflow-tooltip label="明细数" align="center" prop="detail_count" width="60" />
|
<el-table-column show-overflow-tooltip label="明细数" align="center" prop="detail_count" width="60" />
|
||||||
|
|||||||
Reference in New Issue
Block a user