|
@@ -11,94 +11,171 @@
|
|
|
:loading="loading"
|
|
:loading="loading"
|
|
|
@click="submit">关闭</a-button>
|
|
@click="submit">关闭</a-button>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <a class="white">
|
|
|
|
|
+ 基本信息
|
|
|
|
|
+ </a>
|
|
|
<a-form class="inlineForm"
|
|
<a-form class="inlineForm"
|
|
|
:form="form"
|
|
:form="form"
|
|
|
@submit="handleSearch">
|
|
@submit="handleSearch">
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="客户类型">
|
|
|
|
|
- <span class="white">企业</span>
|
|
|
|
|
|
|
+ <a-form-item label="合同编号">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.contractno) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="企业名称">
|
|
|
|
|
- <span class="white">深圳市前海矿业有限公司</span>
|
|
|
|
|
|
|
+ <a-form-item label="合同类型">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.contractno) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="企业简称">
|
|
|
|
|
- <span class="white">前海矿业</span>
|
|
|
|
|
|
|
+ <a-form-item label="业务类型">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.biztype) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="证件类型">
|
|
|
|
|
- <span class="white">营业执照</span>
|
|
|
|
|
|
|
+ <a-form-item label="采购方">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.buyusername) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="法定代表人">
|
|
|
|
|
- <span class="white">李顺利</span>
|
|
|
|
|
|
|
+ <a-form-item label="销售方">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.sellusername) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="证件号码">
|
|
|
|
|
- <span class="white">4328648236492432</span>
|
|
|
|
|
|
|
+ <a-form-item label="合同附件">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.contracctstatus) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="纳税人识别号">
|
|
|
|
|
- <span class="white">57465736DR46456</span>
|
|
|
|
|
|
|
+ <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-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="营业执照">
|
|
|
|
|
- <div class="upload">
|
|
|
|
|
- <a class="blue">查看附件</a>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <a-form-item label="品类">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.wrstandardname) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="联系人">
|
|
|
|
|
- <span class="white">王平</span>
|
|
|
|
|
|
|
+ <a-form-item label="品牌">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.brandname) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="联系人手机号">
|
|
|
|
|
- <span class="white">13745653421</span>
|
|
|
|
|
|
|
+ <a-form-item label="标仓系数">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.convertfactor) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="12">
|
|
<a-col :span="12">
|
|
|
- <a-form-item label="联系电话">
|
|
|
|
|
- <span class="white">0755-34342544</span>
|
|
|
|
|
|
|
+ <a-form-item label="商品规格">
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.spotgoodsdesc) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</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-col :span="12">
|
|
|
- <a-form-item label="状态">
|
|
|
|
|
- <span class="green">正常</span>
|
|
|
|
|
|
|
+ <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-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
- <a-col :span="24">
|
|
|
|
|
- <a-form-item label="通讯地址">
|
|
|
|
|
- <span class="white">广东省深圳市南山区前海街道路平路1324号</span>
|
|
|
|
|
|
|
+ <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-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
|
|
+ </a-form>
|
|
|
|
|
+ <a class="white">
|
|
|
|
|
+ 其它信息
|
|
|
|
|
+ </a>
|
|
|
|
|
+ <a-form class="inlineForm"
|
|
|
|
|
+ :form="form"
|
|
|
|
|
+ @submit="handleSearch">
|
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
|
- <a-col :span="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="备注">
|
|
<a-form-item label="备注">
|
|
|
- <span class="white">深圳市前海矿业有限公司</span>
|
|
|
|
|
|
|
+ <span class="white">{{ formatValue(selectedRow.remark) }}</span>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
@@ -107,12 +184,23 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
-import { defineComponent, ref } from 'vue';
|
|
|
|
|
|
|
+import { defineComponent, PropType, reactive, ref } from 'vue';
|
|
|
import { closeModal } from '@/common/setup/modal/index';
|
|
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({
|
|
export default defineComponent({
|
|
|
name: 'spot-contract-detail',
|
|
name: 'spot-contract-detail',
|
|
|
components: {},
|
|
components: {},
|
|
|
|
|
+ props: {
|
|
|
|
|
+ selectedRow: {
|
|
|
|
|
+ type: Object as PropType<Ermcp3ContractRsp>,
|
|
|
|
|
+ default: {},
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
setup() {
|
|
setup() {
|
|
|
const { visible, cancel } = closeModal('detail');
|
|
const { visible, cancel } = closeModal('detail');
|
|
|
const loading = ref<boolean>(false);
|
|
const loading = ref<boolean>(false);
|
|
@@ -128,6 +216,10 @@ export default defineComponent({
|
|
|
cancel,
|
|
cancel,
|
|
|
submit,
|
|
submit,
|
|
|
loading,
|
|
loading,
|
|
|
|
|
+ formatValue,
|
|
|
|
|
+ getContractStatusName,
|
|
|
|
|
+ getPriceTypeName,
|
|
|
|
|
+ formatTime,
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|