|
@@ -154,7 +154,7 @@
|
|
|
align="left"
|
|
|
label="金蝶推送状态"
|
|
|
prop="syncStatus"
|
|
|
- min-width="100"
|
|
|
+ min-width="130"
|
|
|
show-overflow-tooltip
|
|
|
sortable
|
|
|
>
|
|
@@ -522,20 +522,20 @@ export default {
|
|
|
this.listLoading = false
|
|
|
})
|
|
|
},
|
|
|
- updateReceipt() {
|
|
|
- if (!this.value1) {
|
|
|
- this.$errorMsg('请选择时间')
|
|
|
- return
|
|
|
- }
|
|
|
- updateReceipt({
|
|
|
- startTime: this.value1[0],
|
|
|
- endTime: this.value1[1]
|
|
|
- }).then(res => {
|
|
|
- this.getList()
|
|
|
- this.$successMsg('已更新')
|
|
|
- this.value1 = ''
|
|
|
- })
|
|
|
- },
|
|
|
+ // updateReceipt() {
|
|
|
+ // if (!this.value1) {
|
|
|
+ // this.$errorMsg('请选择时间')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // updateReceipt({
|
|
|
+ // startTime: this.value1[0],
|
|
|
+ // endTime: this.value1[1]
|
|
|
+ // }).then(res => {
|
|
|
+ // this.getList()
|
|
|
+ // this.$successMsg('已更新')
|
|
|
+ // this.value1 = ''
|
|
|
+ // })
|
|
|
+ // },
|
|
|
// 提交筛选表单
|
|
|
submitScreenForm() {
|
|
|
this.currentPage = 1
|