出入库明细和往来单位bug提交

prod
郑明梁 2 years ago
parent 5db52ec834
commit c23656bdd2

@ -349,7 +349,7 @@ export default {
hideForm() {
//
this.formVisible = !this.formVisible;
// this.getList();
this.getList();
return true;
},
//

@ -26,14 +26,13 @@
<!-- show-overflow-tooltip></el-table-column>-->
<!-- <el-table-column label="所属分库" prop="invSubStorageName"-->
<!-- show-overflow-tooltip width="150"></el-table-column>-->
<!-- <el-table-column label="状态" prop="status"-->
<!-- show-overflow-tooltip width="150">-->
<!-- <template slot-scope="scope">-->
<!-- <el-tag>-->
<!-- {{ statusMap[scope.row.status] }}-->
<!-- </el-tag>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column label="状态" prop="status" show-overflow-tooltip width="150">
<template slot-scope="scope">
<el-tag>
{{ statusMap[scope.row.status] }}
</el-tag>
</template>
</el-table-column>
<el-table-column label="备注" prop="remark"></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">

@ -96,6 +96,7 @@
<el-table-column label="单据类型" prop="billTypeName" width="120"></el-table-column>
<el-table-column label="生产日期" prop="productDate" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="失效日期" prop="expireDate" width="120" show-overflow-tooltip></el-table-column>
<el-table-column label="出入库时间" prop="auditTime" width="170" show-overflow-tooltip></el-table-column>
<el-table-column label="生产企业" prop="manufacturer" width="160" show-overflow-tooltip></el-table-column>
<el-table-column label="注册/备案号" prop="certCode" width="160" show-overflow-tooltip></el-table-column>
</el-table>
@ -191,6 +192,7 @@ export default {
startAduditTime: null,
endAduditTime: null,
};
this.actDateRange=[]
this.getList();
},

Loading…
Cancel
Save