update 临时出库(不过帐)页面取消出库过账按钮

This commit is contained in:
18110972313 2025-05-27 14:55:27 +08:00
parent e22de390d2
commit b075da2125

View File

@ -136,12 +136,14 @@
</view> </view>
</view> </view>
<!--
<view class="tabbar_bottom"> <view class="tabbar_bottom">
<u-input v-if="false" v-model="opCode" /> <u-input v-if="false" v-model="opCode" />
<uni-datetime-picker style="align-items: center;" type="date" :clear-icon="false" v-model="commitDate" <uni-datetime-picker style="align-items: center;" type="date" :clear-icon="false" v-model="commitDate"
@maskClick="maskClick" /> @maskClick="maskClick" />
<u-button class="btn-bottom" @click="ConfirmButton" type="primary" :disabled="disableButton">发货确认</u-button> <u-button class="btn-bottom" @click="ConfirmButton" type="primary" :disabled="disableButton">发货确认</u-button>
</view> </view>
-->
</view> </view>
</template> </template>