更多详情

This commit is contained in:
2024-05-28 18:05:55 +08:00
parent 45dd310276
commit f5860eb25b
2 changed files with 158 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
<view class="zd-col-2 zd-td"><text class="fontbg1">{{e.djzt}}</text></view>
<view class="zd-col-2 zd-td"><text>{{e.jhdrrq}}</text></view>
<view class="zd-col-2 zd-td nowrap"><text>{{e.flbz}}</text></view>
<view class="zd-col-2 zd-td" @tap.stop="getDetails(1,e)">
<view class="zd-col-2 zd-td" @tap.stop="getDetails(3,e)">
<uni-icons type="more-filled" size="14" color="#fff"></uni-icons>
</view>
</view>
@@ -60,8 +60,6 @@
<th>调入库位</th>
<th>计划调入日期</th>
<th>计划调出日期</th>
<th>辅助属性</th>
<th>跟踪号</th>
<th>更多</th>
</tr>
</thead>
@@ -98,9 +96,7 @@
<uni-datetime-picker type="date" v-model="el.jhdcrq" @change="_allocationBillUpdate(el)" />
</view>
</td>
<td>{{el.fzsx}}</td>
<td>{{el.gzh}}</td>
<td @tap.stop="getDetails(2,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
<td @tap.stop="getDetails(3,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
</tr>
</tbody>
<tbody v-else>
@@ -121,7 +117,7 @@
<td>{{el.jhdcrq}}</td>
<td>{{el.fzsx}}</td>
<td>{{el.gzh}}</td>
<td @tap.stop="getDetails(2,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
<td @tap.stop="getDetails(3,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
</tr>
</tbody>
</table>