|
|
@ -11,7 +11,7 @@ |
|
|
|
<el-form-item label="生成日期"> |
|
|
|
<el-date-picker v-model="listQuery.params.createStartTime" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择日期"/> |
|
|
|
<span style="padding: 0 8px">至</span> |
|
|
|
<el-date-picker v-model="listQuery.params. createEndTime" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择日期"/> |
|
|
|
<el-date-picker v-model="listQuery.params.createEndTime" type="date" clearable value-format="yyyy-MM-dd" placeholder="选择日期"/> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="生成人"> |
|
|
|
<el-input v-model="listQuery.params.createByName" placeholder="" clearable/> |
|
|
@ -101,7 +101,7 @@ import ButtonBar from '@/components/ButtonBar' |
|
|
|
import req from '@/api/kucunguanli/panku' |
|
|
|
import pankubaogaoAdd from './pankubaogaoAdd' |
|
|
|
import pankubaogaoInfo from './pankubaogaoInfo' |
|
|
|
import { fetchByUseOrgSid, getPathSidByUserSid } from '@/api/cheliang/dictcommons' |
|
|
|
import { getPathSidByUserSid } from '@/api/cheliang/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'pankubaogoaguanli', |
|
|
@ -161,11 +161,6 @@ export default { |
|
|
|
this.getList() |
|
|
|
} |
|
|
|
}) |
|
|
|
fetchByUseOrgSid({ sid: this.listQuery.params.createOrgSid }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.warehouse_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 搜索条件效果 |
|
|
|
clicksearchShow() { |
|
|
@ -238,8 +233,7 @@ export default { |
|
|
|
this.viewState = 1 |
|
|
|
}, |
|
|
|
doClose() { |
|
|
|
this.$store.dispatch('tagsView/delView', this.$route) |
|
|
|
this.$router.go(-1) |
|
|
|
this.$emit('doback') |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|