| | |
| | | # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.ambaracapital.net/ |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.7:8091/ |
| | | VUE_APP_API_BASE_URL=https://api.amcfcxn.org/ |
| | | # VUE_APP_API_BASE_URL=https://api.amcfcxn.org/ |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.guosen.org/ |
| | | # VUE_APP_API_BASE_URL=https://api.guosen.org/ |
| | | # VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com |
| | | VUE_APP_API_BASE_URL=https://api.durocaspitall.com |
| | |
| | | # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/ |
| | | # VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/ |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/ |
| | | VUE_APP_API_BASE_URL=https://api.amcfcxn.org/ |
| | | # VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com/ |
| | | # VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/ |
| | | # VUE_APP_API_BASE_URL=https://api.guosen.org/ |
| | | # VUE_APP_API_BASE_URL=https://api.guosen.org/ |
| | | VUE_APP_API_BASE_URL = https://api.durocaspitall.com/ |
| | |
| | | |
| | | # VUE_APP_API_BASE_URL=https://api.ambaracapital.net/ |
| | | |
| | | VUE_APP_API_BASE_URL=https://api.amcfcxn.org/ |
| | | VUE_APP_API_BASE_URL=https://api.ispentagon-institution.com/ |
| | | |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/ |
| | | |
| | |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="12" :lg="6" :sm="24"> |
| | | <a-form-item label="新股名称"> |
| | | <a-input v-model="queryParam.name" style="width: 100%" placeholder="请输入新股名称" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="12" :lg="6" :sm="24"> |
| | | <a-form-item label="状态"> |
| | | <a-select v-model="queryParam.status" placeholder="请选择状态" style="display: block;"> |
| | | <a-select-option :value="1">已申购</a-select-option> |
| | | <a-select-option :value="2">未中签</a-select-option> |
| | | <a-select-option :value="3">已中签</a-select-option> |
| | | <a-select-option :value="4">已缴纳</a-select-option> |
| | | <a-select-option :value="5">已转持仓</a-select-option> |
| | | </a-select> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :md="12" :lg="6" :sm="24"> |
| | | <a-form-item> |
| | | <span class="table-page-search-submitButtons"> |
| | | <a-button @click="getqueryParam" icon="redo"> 重置</a-button> |
| | |
| | | queryParam: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | keyword: '', |
| | | keyword: undefined, |
| | | name:undefined, |
| | | status:undefined, |
| | | }, |
| | | datalist: [], |
| | | labelCol: { |
| | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | keyword: '', |
| | | name:'', |
| | | status:'', |
| | | } |
| | | }, |
| | | getinit() { |
| | |
| | | <a slot="action" href="javascript:;" @click="getLockopen(record.id)" v-else>解锁</a> |
| | | <a-divider type="vertical" /> |
| | | <a slot="action" href="javascript:;" @click="getCompulsoryclosing(record.positionSn)">强制平仓</a> |
| | | <a-divider type="vertical" /> |
| | | <a slot="action" href="javascript:;" @click="deletekopen(record.id)">删除</a> |
| | | </template> |
| | | </a-table> |
| | | <a-modal |
| | |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import { positionlist, positionlock, positionsell } from '@/api/position' |
| | | import { positionlist, positionlock, positionsell,positiondel } from '@/api/position' |
| | | import { nextagent } from '@/api/home' |
| | | import moment from 'moment' |
| | | export default { |
| | |
| | | this.getlist() |
| | | }, |
| | | methods: { |
| | | deletekopen(id){ |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '提示', |
| | | content: '确认要删除吗?', |
| | | onOk() { |
| | | var data = { |
| | | positionId: id, |
| | | } |
| | | positiondel(data) |
| | | .then((res) => { |
| | | if (res.status == 0) { |
| | | that.$message.success(res.msg) |
| | | that.getlist() |
| | | } else { |
| | | that.$message.error({ content: '删除失败' }) |
| | | } |
| | | }) |
| | | .catch((error) => { |
| | | that.$message.error({ content: '删除失败' }) |
| | | }) |
| | | }, |
| | | onCancel() { |
| | | console.log('Cancel') |
| | | }, |
| | | }) |
| | | }, |
| | | getCompulsoryclosing(val) { |
| | | var that = this |
| | | this.$confirm({ |
| | |
| | | }, |
| | | OkeditUserdialog() { |
| | | const form = this.$refs.editUserform.form |
| | | console.log(form) |
| | | console.log(this.activeArr); |
| | | form.validateFields((errors, values) => { |
| | | console.log('Errors', errors) |
| | | console.log(values, 'from', !errors) |
| | | const arr = this.activeArr.filter((item) => item.accectType === values.accectType) |
| | | const amt = values.amt |