|
|
@ -13,7 +13,7 @@ |
|
|
<a-input v-model="query.goods" placeholder="名称/标的ISLI标识码"/> |
|
|
<a-input v-model="query.goods" placeholder="名称/标的ISLI标识码"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item"> |
|
|
<a-col :lg="8" :xl="8" :xxl="6" class="query_item"> |
|
|
<span>合约ISLI码:</span> |
|
|
<span>ISLI合约关联编码:</span> |
|
|
<a-input v-model="query.islicode"/> |
|
|
<a-input v-model="query.islicode"/> |
|
|
</a-col> |
|
|
</a-col> |
|
|
|
|
|
|
|
|
@ -100,14 +100,14 @@ |
|
|
<dataSelect :visible.sync="visible" v-if="visible" :goods_islicode="goods_islicode" :type="0"></dataSelect> |
|
|
<dataSelect :visible.sync="visible" v-if="visible" :goods_islicode="goods_islicode" :type="0"></dataSelect> |
|
|
<operationRecords :visible.sync="visible1" :logDate="logDate" ></operationRecords> |
|
|
<operationRecords :visible.sync="visible1" :logDate="logDate" ></operationRecords> |
|
|
<!-- 下架原因 --> |
|
|
<!-- 下架原因 --> |
|
|
<a-modal v-model="visible2" title="下架原因" width="500px" :bodyStyle="modeStyle"> |
|
|
<a-modal v-model="visible2" title="撤销原因" width="500px" :bodyStyle="modeStyle"> |
|
|
<div> |
|
|
<div> |
|
|
<a-textarea v-model="reason" placeholder="请输入下架原因" :autoSize="{ minRows: 5, maxRows: 10 }"/> |
|
|
<a-textarea v-model="reason" placeholder="请输入下架原因" :autoSize="{ minRows: 5, maxRows: 10 }"/> |
|
|
</div> |
|
|
</div> |
|
|
<template slot="footer"> |
|
|
<template slot="footer"> |
|
|
<div> |
|
|
<div> |
|
|
<a-button type="white" @click="visible2=false">取 消</a-button> |
|
|
<a-button type="white" @click="visible2=false">取 消</a-button> |
|
|
<a-button type="primary" @click="getGoods">下 架</a-button> |
|
|
<a-button type="primary" @click="getGoods">撤 销</a-button> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</a-modal> |
|
|
</a-modal> |
|
|
|