11/28 界面优化1.1

dev_unify
wangwei 7 months ago
parent 370bddfd50
commit 5468138778

@ -196,7 +196,7 @@
</el-form> </el-form>
<div class="top-right-btn"> <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 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"

@ -28,7 +28,7 @@
</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-input v-model="listQuery.bzgg" placeholder="包装规格" clearable="true" <el-input v-model="listQuery.bzgg" placeholder="包装规格" clearable="true"
style="width: 90%"></el-input> style="width: 90%"></el-input>
</el-form-item> </el-form-item>

@ -1474,6 +1474,7 @@ export default {
sourceLocalType: "1", sourceLocalType: "1",
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType: 2
}; };
this.actDateRange = []; this.actDateRange = [];
this.auditDateRange = []; this.auditDateRange = [];

@ -581,7 +581,8 @@ export default {
path: "", path: "",
}); });
this.filterQuery = { this.filterQuery = {
billNo: null billNo: null,
productType: 2
}; };
this.currentRow.billNo = null; this.currentRow.billNo = null;
this.list = []; this.list = [];

Loading…
Cancel
Save