|
@@ -72,7 +72,7 @@ export default {
|
|
|
menuWidth: 50,
|
|
|
searchSpan: 8,
|
|
|
searchIcon: true,
|
|
|
- searchIndex: 2,
|
|
|
+ searchIndex: 4,
|
|
|
highlightCurrentRow: true,
|
|
|
dialogWidth: "70%",
|
|
|
column: [{
|
|
@@ -105,10 +105,22 @@ export default {
|
|
|
column[1].searchValue = value;
|
|
|
},
|
|
|
click: () => {
|
|
|
- console.log('555555');
|
|
|
this.$refs.crud.dicInit()
|
|
|
},
|
|
|
}, {
|
|
|
+ label: "结算日期",
|
|
|
+ prop: "settlementDate",
|
|
|
+ searchProp: "settlementDateList",
|
|
|
+ searchOrder:2,
|
|
|
+ type: "date",
|
|
|
+ search:true,
|
|
|
+ overHidden: true,
|
|
|
+ width: 100,
|
|
|
+ searchRange: true,
|
|
|
+ searchDefaultTime: ["00:00:00", "23:59:59"],
|
|
|
+ format: "yyyy-MM-dd",
|
|
|
+ valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
|
+ }, {
|
|
|
label: "所属公司",
|
|
|
prop: "salesCompanyId",
|
|
|
search: true,
|
|
@@ -162,19 +174,6 @@ export default {
|
|
|
label: "dictValue",
|
|
|
value: "dictKey"
|
|
|
}
|
|
|
- }, {
|
|
|
- label: "结算日期",
|
|
|
- prop: "settlementDate",
|
|
|
- searchProp: "settlementDateList",
|
|
|
- searchOrder:2,
|
|
|
- type: "date",
|
|
|
- search:true,
|
|
|
- overHidden: true,
|
|
|
- width: 100,
|
|
|
- searchRange: true,
|
|
|
- searchDefaultTime: ["00:00:00", "23:59:59"],
|
|
|
- format: "yyyy-MM-dd",
|
|
|
- valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
|
},
|
|
|
{
|
|
|
label: "制单日期",
|