| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- <template>
- <!-- 现货合同详情-->
- <a-modal class="add-custom custom-detail"
- title="现货合同详情"
- v-model:visible="visible"
- @cancel="cancel"
- width="890px">
- <template #footer>
- <a-button key="submit"
- type="primary"
- :loading="loading"
- @click="submit">关闭</a-button>
- </template>
- <a class="white">
- 基本信息
- </a>
- <a-form class="inlineForm"
- :form="form"
- @submit="handleSearch">
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="合同编号">
- <span class="white">{{ formatValue(selectedRow.contractno) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="合同类型">
- <span class="white">{{ formatValue(selectedRow.contractno) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="业务类型">
- <span class="white">{{ formatValue(selectedRow.biztype) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="采购方">
- <span class="white">{{ formatValue(selectedRow.buyusername) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="销售方">
- <span class="white">{{ formatValue(selectedRow.sellusername) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="合同附件">
- <span class="white">{{ formatValue(selectedRow.contracctstatus) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="状态">
- <span class="white">{{ formatValue(getContractStatusName(selectedRow.contracctstatus)) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- </a-form>
- <a class="white">
- 现货信息
- </a>
- <a-form class="inlineForm"
- :form="form"
- @submit="handleSearch">
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="现货品种">
- <span class="white">{{ formatValue(selectedRow.deliverygoodsname) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="品类">
- <span class="white">{{ formatValue(selectedRow.wrstandardname) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="品牌">
- <span class="white">{{ formatValue(selectedRow.brandname) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="标仓系数">
- <span class="white">{{ formatValue(selectedRow.convertfactor) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="商品规格">
- <span class="white">{{ formatValue(selectedRow.spotgoodsdesc) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- </a-form>
- <a class="white">
- 价格信息
- </a>
- <a-form class="inlineForm"
- :form="form"
- @submit="handleSearch">
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="定价类型">
- <span class="white">{{ getPriceTypeName(formatValue(selectedRow.pricetype)) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="数量">
- <span class="white">{{ formatValue(selectedRow.qty) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="点价合约">
- <span class="white">{{ formatValue(selectedRow.goodscode) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="升贴水">
- <span class="white">{{ formatValue(selectedRow.pricemove) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="点价期">
- <span class="white">{{ formatValue(formatTime(selectedRow.startdate, "d") + '--' + formatTime(selectedRow.enddate, "d")) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="交收期">
- <span class="white">{{ formatValue(formatTime(selectedRow.deliverystartdate, "d") + '--' + formatTime(selectedRow.deliveryenddate, "d"))}}</span>
- </a-form-item>
- </a-col>
- </a-row>
- </a-form>
- <a class="white">
- 其它信息
- </a>
- <a-form class="inlineForm"
- :form="form"
- @submit="handleSearch">
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="保证金">
- <span class="white">{{ formatValue(selectedRow.contractmargin) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="业务员">
- <span class="white">{{ formatValue(selectedRow.saleuserlogincode) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="跟单员">
- <span class="white">{{ formatValue(selectedRow.meruserlogincode) }}</span>
- </a-form-item>
- </a-col>
- <a-col :span="12">
- <a-form-item label="期货账户">
- <span class="white">{{ formatValue(selectedRow.accountid) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- <a-row :gutter="24">
- <a-col :span="12">
- <a-form-item label="备注">
- <span class="white">{{ formatValue(selectedRow.remark) }}</span>
- </a-form-item>
- </a-col>
- </a-row>
- </a-form>
- </a-modal>
- </template>
- <script lang="ts">
- import { defineComponent, PropType, reactive, ref } from 'vue';
- import { closeModal } from '@/common/setup/modal/index';
- import { QueryCustomInfoType } from '@/services/go/ermcp/customInfo/interface';
- import { Ermcp3ContractRsp } from '@/services/go/ermcp/spot-contract/interface';
- import { getStatusName } from '@/views/information/custom/setup';
- import { getContractStatusName, getPriceTypeName } from '@/views/information/spot-contract/setup';
- import { formatValue, formatTime } from '@/common/methods/format';
- export default defineComponent({
- name: 'spot-contract-detail',
- components: {},
- props: {
- selectedRow: {
- type: Object as PropType<Ermcp3ContractRsp>,
- default: {},
- },
- },
- setup() {
- const { visible, cancel } = closeModal('detail');
- const loading = ref<boolean>(false);
- function submit() {
- loading.value = true;
- setTimeout(() => {
- loading.value = false;
- cancel();
- }, 2000);
- }
- return {
- visible,
- cancel,
- submit,
- loading,
- formatValue,
- getContractStatusName,
- getPriceTypeName,
- formatTime,
- };
- },
- });
- </script>
- <style lang="less">
- .custom-detail {
- }
- .ant-form.inlineForm {
- margin-top: 20px;
- }
- .white {
- color: @m-white0;
- }
- .blue {
- color: @m-blue0;
- }
- .green {
- color: @m-green0;
- }
- </style
- >;
|