| | |
| | | <view class="search-bar"> |
| | | <view class="search-input"> |
| | | <up-input class="search-text" |
| | | placeholder="请输入客户名称/合同号搜索" |
| | | placeholder="请输入客户名称/销售合同号搜索" |
| | | v-model="searchForm.searchText" |
| | | @change="handleQuery" |
| | | clearable /> |
| | |
| | | <view class="detail-row"> |
| | | <text class="detail-label">客户名称</text> |
| | | <text class="detail-value">{{ item.customerName }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">客户合同号</text> |
| | | <text class="detail-value">{{ item.customerContractNo }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">项目</text> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="action-buttons"> |
| | | <up-button type="primary" |
| | | <!-- <up-button type="primary" |
| | | size="small" |
| | | class="action-btn" |
| | | @click="openEdit(item)"> |
| | |
| | | class="action-btn" |
| | | @click="handleDelete(item)"> |
| | | 删除 |
| | | </up-button> |
| | | </up-button> --> |
| | | <!-- <up-button--> |
| | | <!-- size="small"--> |
| | | <!-- plain--> |