单据出库

This commit is contained in:
蔡玲
2024-11-15 17:42:20 +08:00
parent 688c0e372f
commit a1c5e2c016
16 changed files with 228 additions and 17 deletions

View File

@@ -48,9 +48,9 @@
<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-5 button-default" @tap="toEmpty">清空</button>
<button class="zd-col-8 button-primary" @tap="searchList">查询</button>
<button class="zd-col-8 button-primary" @tap="toSure">确认</button>
<button class="zd-col-6 button-default" @tap="toEmpty">清空</button>
<button class="zd-col-6 button-primary" @tap="searchList">查询</button>
<button class="zd-col-10 button-primary" @tap="toSure">确认</button>
</view>
</view>
</template>

View File

@@ -88,7 +88,7 @@
</view>
<view class="zd-row submit-bar">
<button class="zd-col-6 button-default" @tap="clearUp">清空</button>
<button class="zd-col-15 button-primary" :class="{'button-info': !val1|| !val2 || !val3}" :disabled="disabled" @tap="_savePickTask">拣选确认</button>
<button class="zd-col-16 button-primary" :class="{'button-info': !val1|| !val2 || !val3}" :disabled="disabled" @tap="_savePickTask">拣选确认</button>
</view>
</view>
</template>