| | |
| | | VUE_APP_ROUTER_MODE = 'hash' |
| | | |
| | | # 项目上下文路径 |
| | | VUE_APP_CONTEXT_PATH = '/admin' |
| | | VUE_APP_CONTEXT_PATH = '/fn_admin' |
| | | |
| | | # 接口前缀 |
| | | VUE_APP_API_PREFIX = '/gateway_interface' |
| | | |
| | | # 项目名称 |
| | | VUE_APP_TITLE = '租赁平台' |
| | | VUE_APP_TITLE = '智慧场馆运维管理系统' |
| | |
| | | # 生产环境配置 |
| | | NODE_ENV = 'production' |
| | | |
| | | # VUE_APP_API_URL = 'http://192.168.0.173/gateway_interface' |
| | | # VUE_APP_API_URL = 'https://dmtest.ahapp.net/gateway_interface' |
| | |
| | | type="daterange" |
| | | range-separator="至" |
| | | v-model="form.date" |
| | | :min-date="new Date(time.startDate)" |
| | | :max-date="new Date(time.endDate)" |
| | | :picker-options="pickerOptions" |
| | | @change="changeDate" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | |
| | | billTypeCopy: 0, |
| | | date: [] |
| | | }, |
| | | pickerOptions: {}, |
| | | time: { |
| | | startDate: '', |
| | | endDate: '' |
| | |
| | | this.title = title |
| | | this.time.startDate = time.startDate |
| | | this.time.endDate = time.endDate |
| | | this.pickerOptions = { |
| | | disabledDate(time) { |
| | | // 如果没有后面的 -8.64e7 就是不可以选择今天的 |
| | | const beginDate = new Date(time.startDate).getTime() - 8.64e7 |
| | | const endDate = new Date(time.endDate).getTime() - 8.64e7 |
| | | return beginDate > time.getTime() || endDate < time.getTime() |
| | | } |
| | | } |
| | | this.getCompany() |
| | | this.visible = true |
| | | // 新建 |
| | |
| | | <el-date-picker |
| | | v-model="form.btDate" |
| | | type="date" |
| | | @change="changeBtDate" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="请选择"> |
| | | </el-date-picker> |
| | |
| | | this.title = title |
| | | this.info = info |
| | | this.form.id = info.id |
| | | this.$nextTick(() => { |
| | | this.$refs.form.resetFields() |
| | | }) |
| | | this.info.canBackRentBills.forEach(item => { |
| | | this.$set(item, 'receivableFeeCopy', item.receivableFee) |
| | | this.$set(item, 'receivableFee', item.needReceivableFee) |
| | |
| | | <div class="main_app"> |
| | | <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getList(1)" @clear="clear"> |
| | | <template #btns> |
| | | <el-button>导出</el-button> |
| | | <!-- <el-button @click="exportData">导出</el-button>--> |
| | | </template> |
| | | </QueryForm> |
| | | <div class="mt10"> |
| | |
| | | }, |
| | | handleSizeChange (capacity) { |
| | | this.pagination.pageSize = capacity |
| | | }, |
| | | exportData () { |
| | | |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </> |
| | |
| | | <div class="btns"> |
| | | <el-button type="primary" @click="addOpen" icon="el-icon-plus" |
| | | v-permissions="['business:ywpatrolline:create']">新建</el-button> |
| | | <el-button @click="handleDetail" v-permissions="['business:ywpatrolline:create']">导出</el-button> |
| | | <!-- <el-button @click="handleDetail" v-permissions="['business:ywpatrolline:create']">导出</el-button>--> |
| | | </div> |
| | | </div> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | |
| | | label: '客户名称' |
| | | }, |
| | | { |
| | | filed: 'contractCode', |
| | | type: 'input', |
| | | label: '合同编号' |
| | | }, |
| | | { |
| | | filed: 'status', |
| | | type: 'select', |
| | | label: '账单状态', |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 创建流水 --> |
| | | <FlowingWater ref="flowingWater" @success="getDetails" /> |
| | | <FlowingWater ref="flowingWater" @success="getDetails" @refresh="Refresh" /> |
| | | </GlobalWindow> |
| | | </template> |
| | | |
| | |
| | | this.visible = true |
| | | }) |
| | | }, |
| | | Refresh () { |
| | | this.$emit('success') |
| | | }, |
| | | tabsClick(val) { |
| | | this.activeTabs = val |
| | | }, |
| | |
| | | this.visible = false |
| | | this.$tip.apiSuccess('创建成功') |
| | | this.$emit('success') |
| | | this.$emit('refresh') |
| | | }) |
| | | .finally(() => { |
| | | this.isWorking = false |
| | |
| | | <div class="main_app"> |
| | | <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getList(1)" @clear="clear" /> |
| | | <div class="mt20"> |
| | | <el-button v-permissions="['business:ywpatrolline:create']">导出</el-button> |
| | | <!-- <el-button v-permissions="['business:ywpatrolline:create']">导出</el-button>--> |
| | | </div> |
| | | <el-table v-loading="loading" :data="list" stripe> |
| | | <el-table-column prop="customerName" label="客户名称" min-width="100" show-overflow-tooltip /> |
| | |
| | | <img src="@/assets/images/bg@2x.png" class="main_bg" alt=""> |
| | | <div class="login_wrap"> |
| | | <div class="login_img"> |
| | | <div class="h3">阜宁文体中心</div> |
| | | <!-- <div class="h3">智慧场馆运维管理系统</div>--> |
| | | <!-- <div class="h3">阜宁文体中心</div>--> |
| | | <div class="h3">智慧场馆运维管理系统</div> |
| | | </div> |
| | | <div class="form_wrap"> |
| | | <div class="tabs"> |