1.添加校验,调整样式

fengcang
x_z 3 years ago
parent 8edb785fde
commit 562572455f

@ -306,6 +306,7 @@ export default {
invChange() {
this.findSubInvByInv();
this.inputQuery.invWarehouseCode = null;
this.$set(this.inputQuery, "entrustUser", "");
this.$set(this.inputQuery, "entrustInv", "");
this.getEntrustStorage();

@ -93,7 +93,7 @@
<span>{{ sourceMap[scope.row.sourceType] }}</span>
</template>
</el-table-column>
<el-table-column label="单据日期" prop="billdate"></el-table-column>
<el-table-column label="单据日期" prop="billdate" width="150"></el-table-column>
<el-table-column label="单据状态">
<template slot-scope="scope">
{{ scope.row.status | statusFilterName }}

@ -86,6 +86,7 @@
:before-close="hideForm"
:close-on-click-modal="false"
:close-on-press-escape="false"
v-if="formVisible"
width="70%"
top="5vh"
>

Loading…
Cancel
Save