Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-pda-scan
Commits
54283985
Commit
54283985
authored
Sep 12, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rfid工厂和库存地点为1002(同时满足)时禁用
parent
1d7afeb1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
produceReturnList.vue
pages/produceReturn/produceReturnList.vue
+2
-2
No files found.
pages/produceReturn/produceReturnList.vue
View file @
54283985
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
</view>
</view>
</view>
</view>
<FactorySelect
v-model=
"warehouseCode"
/>
<FactorySelect
v-model=
"warehouseCode"
/>
<view
class=
"btn"
>
<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
<uni-easyinput
prefixIcon=
"search"
prefixIcon=
"search"
:disabled=
"isDisabled"
:disabled=
"isDisabled"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment