@@ -126,6 +126,8 @@ export default {
viewBtn: false,
delBtn: false,
editBtn: false,
+ searchIcon: true,
+ searchIndex: 3,
emptyBtnText: '清空所有条件',
column: [
{
@@ -621,4 +623,7 @@ export default {
background: #ecf5ff !important;
text-align: center;
}
+::v-deep .el-col-md-8 {
+ width: 24.33333%;
+}
</style>
@@ -2339,10 +2339,6 @@ export default {
})
done();
- } else {
- this.$message.error('请选择仓库')
- this.$set(this.optionForm, 'disabled', false)
- this.$set(this.optionContactsBack, 'disabled', false)