Commit 54283985 authored by 沈翠玲's avatar 沈翠玲

rfid工厂和库存地点为1002(同时满足)时禁用

parent 1d7afeb1
......@@ -15,9 +15,9 @@
</view>
</view>
<FactorySelect v-model="warehouseCode" />
<view class="btn">
<uni-easyinput prefixIcon="search" class="topSearch" v-model="nlpla" focus placeholder="请扫描库位"></uni-easyinput>
<!-- rfid工厂和库存地点为1002(同时满足)时禁用 -->
<uni-easyinput prefixIcon="search" :disabled="vuex_user_factory === '1010' && warehouseCode === '1002'" class="topSearch" v-model="nlpla" focus placeholder="请扫描库位"></uni-easyinput>
<uni-easyinput
prefixIcon="search"
:disabled="isDisabled"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment