|
@@ -10,13 +10,16 @@
|
|
|
@cancle="isShow=false"
|
|
|
:width="960">
|
|
|
<div>
|
|
|
+ <div v-if="baseData" style="line-height: 28px;margin-bottom: 10px;">
|
|
|
+ <div>产品编码:{{ baseData.code }}</div>
|
|
|
+ <div>产品名称:{{ baseData.name }}</div>
|
|
|
+ </div>
|
|
|
<div style="display: flex;padding-bottom: 15px;align-items: center;">
|
|
|
<span>选择客户:</span>
|
|
|
<div style="width: 40%;"><custList ref="custList" @change="custChange" placeholder="输入客户名称搜索" v-model="queryParam.buyerSn"></custList></div>
|
|
|
<div style="padding: 0 15px;color: #999;">
|
|
|
<a-button type="primary" @click="handelSearch(1)">查询</a-button>
|
|
|
<a-button type="default" style="margin-left: 5px" @click="reset">重置</a-button>
|
|
|
- (默认显示所有客户的销售记录)
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 表格 -->
|