This commit is contained in:
2025-09-26 15:22:04 +08:00
parent efc5313f80
commit 9d9f3bd270
23 changed files with 684 additions and 207 deletions

View File

@@ -5,8 +5,9 @@
<view class="zd_content">
<view class="zd_wrapper">
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">载具编码</span>
<view class="zd-col-12">
<!-- <span class="filter_label">载具编码</span> -->
<span class="filter_label">{{$t('filter.vehicle-code')}}</span>
</view>
<view class="zd-col-24 filter_select">
<search-box
@@ -21,11 +22,16 @@
<table>
<thead>
<tr>
<th>任务号</th>
<!-- <th>任务号</th>
<th>起点</th>
<th>终点</th>
<th>状态</th>
<th>载具号</th>
<th>载具号</th> -->
<th>{{$t('grid.task-number')}}</th>
<th>{{$t('grid.start-point')}}</th>
<th>{{$t('grid.end-point')}}</th>
<th>{{$t('grid.status')}}</th>
<th>{{$t('grid.vehicle-code')}}</th>
</tr>
</thead>
<tbody>
@@ -43,9 +49,12 @@
<!-- <uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/> -->
</view>
<view class="zd-row submit-bar">
<button class="zd-col-6 button-primary" @tap="searchList">查询</button>
<!-- <button class="zd-col-6 button-primary" @tap="searchList">查询</button>
<button class="zd-col-7 button-primary" :class="{'button-info': !pkId}" :disabled="disabled" @tap="_againTask">重新下发</button>
<button class="zd-col-7 button-primary" :class="{'button-info': !pkId}" :disabled="disabled2" @tap="_forceConfirm">强制完成</button>
<button class="zd-col-7 button-primary" :class="{'button-info': !pkId}" :disabled="disabled2" @tap="_forceConfirm">强制完成</button> -->
<button class="zd-col-8 button-primary" @tap="searchList">{{$t('button.search')}}</button>
<button class="zd-col-7 button-primary" :class="{'button-info': !pkId}" :disabled="disabled" @tap="_againTask">{{$t('button.reissue')}}</button>
<button class="zd-col-7 button-primary" :class="{'button-info': !pkId}" :disabled="disabled2" @tap="_forceConfirm">{{$t('button.force-complete')}}</button>
</view>
</view>
</template>