|
|
@@ -74,6 +74,7 @@ export default defineComponent({
|
|
|
{ label: '销售方', value: formatValue(data.sellusername) },
|
|
|
{ label: '合同附件', value: formatValue(getImgName(data.attachment)) },
|
|
|
{ label: '状态', value: getContractStatusName(data.contracctstatus), className: 'green' },
|
|
|
+ { label: "交易主体",value:formatValue(data.subjectname)}
|
|
|
];
|
|
|
getBaseInfo(base);
|
|
|
// 现货信息
|
|
|
@@ -81,7 +82,6 @@ export default defineComponent({
|
|
|
{ label: '现货品种', value: formatValue(data.deliverygoodsname) },
|
|
|
{ label: '商品', value: formatValue(data.wrstandardname) },
|
|
|
{ label: '品牌', value: formatValue(data.brandname) },
|
|
|
- { label: '标仓系数', value: formatValue(data.convertfactor) },
|
|
|
{ label: '商品规格', value: formatValue(data.spotgoodsdesc) },
|
|
|
];
|
|
|
getSpotInfo(spot);
|