| | |
| | | </div> |
| | | <div class="one-hed"> |
| | | <div class="box"><span class="span-two">部门:</span>{{ item.inWarehouseName }}</div> |
| | | <div class="box"><span class="span-two">领取人:</span>{{ item.inOperatorName }}</div> |
| | | <div class="box"><span class="span-two">分发人:</span>{{ item.outOperatorName }}</div> |
| | | <div class="box"> |
| | | <span class="span-two">领取时间:</span>{{ item.createTime | formatTime }} |
| | | <span class="span-two">分发时间:</span>{{ item.createTime | formatTime }} |
| | | </div> |
| | | </div> |
| | | <div class="card-end"> |
| | |
| | | import myImport from '@/views/components/myImport'; |
| | | import edit from './edit'; |
| | | import detail from './detail'; |
| | | import {getBaseUrl} from '@/utils/base'; |
| | | import listPage from '../../../mixins/listPage'; |
| | | import listPage from '@/views/mixins/listPage'; |
| | | import {getUserDetail} from "@/utils/auth"; |
| | | |
| | | export default { |
| | |
| | | }, |
| | | { |
| | | type: 'select', |
| | | dataIndex: 'inAgencyId', |
| | | dataIndex: 'departmentId', |
| | | label: '分发部门', |
| | | placeholder: '请选择', |
| | | optionsConfig: { |
| | |
| | | optionsConfig: { |
| | | label: 'goodsName', |
| | | value: 'id', |
| | | url: SettingIplatform.apiBaseURL + '/pc/base/goods/template/query/goodsTemplate', |
| | | url: SettingIplatform.apiBaseURL + `/pc/base/goods/template/query/goodsTemplate?tenantId=${getUserDetail().tenantId}`, |
| | | }, |
| | | }, |
| | | { |
| | |
| | | qryType: 1, |
| | | pageNum: this.pageNum, |
| | | pageSize: this.pageSize, |
| | | departmentId: this.userInfo.tenantId, |
| | | outAgencyId: this.userInfo.tenantId, |
| | | ...this.filterFrom, |
| | | }).then((res) => { |
| | | this.list = res.datas; |
| | | this.total = res.totalRows; |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | fifterForm(params) { |
| | | this.filterFrom = Object.assign(this.filterFrom, params); |
| | | this.search(1); |
| | | }, |
| | | } |
| | | }, |
| | | }; |
| | | </script> |