|
|
@@ -299,7 +299,7 @@ const columns = [
|
|
|
title: "操作",
|
|
|
dataIndex: "operation",
|
|
|
fixed: "right",
|
|
|
-
|
|
|
+ width: 100,
|
|
|
scopedSlots: { customRender: "operation" },
|
|
|
},
|
|
|
];
|
|
|
@@ -446,6 +446,8 @@ export default {
|
|
|
pageNum: this.pageInfo.current,
|
|
|
pageSize: this.pageInfo.defaultPageSize,
|
|
|
userId: item.userId,
|
|
|
+ beginDate: this.formState.beginDate,
|
|
|
+ endDate: this.formState.endDate,
|
|
|
})
|
|
|
.then((res) => {
|
|
|
if (res.data.code === 200) {
|
|
|
@@ -491,18 +493,18 @@ export default {
|
|
|
handleFinish() {
|
|
|
//
|
|
|
},
|
|
|
- wholeHandleChange() {
|
|
|
- this.getProvinceList(this.formState.whole);
|
|
|
- },
|
|
|
- provinceHandleChange() {
|
|
|
- this.getCityList(this.formState.provinceId);
|
|
|
- },
|
|
|
- cityHandleChange() {
|
|
|
- this.getAreaList(this.formState.cityId);
|
|
|
- },
|
|
|
- countyHandleChange() {
|
|
|
- this.getStoreList(this.formState.countyId);
|
|
|
- },
|
|
|
+ // wholeHandleChange() {
|
|
|
+ // this.getProvinceList(this.formState.whole);
|
|
|
+ // },
|
|
|
+ // provinceHandleChange() {
|
|
|
+ // this.getCityList(this.formState.provinceId);
|
|
|
+ // },
|
|
|
+ // cityHandleChange() {
|
|
|
+ // this.getAreaList(this.formState.cityId);
|
|
|
+ // },
|
|
|
+ // countyHandleChange() {
|
|
|
+ // this.getStoreList(this.formState.countyId);
|
|
|
+ // },
|
|
|
|
|
|
getBackLinePersonnel() {
|
|
|
this.loading = true;
|
|
|
@@ -612,8 +614,7 @@ export default {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
-/deep/.ant-drawer-body {
|
|
|
-}
|
|
|
+
|
|
|
dl {
|
|
|
width: 346px;
|
|
|
height: 78px;
|