Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
Warehouse
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
542f6503
authored
May 12, 2020
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
7c24e2a2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
24 deletions
pages/cardBoard/cardBoard.wxml
pages/inventoryQuery/inventoryQuery.wxml
pages/login/login.wxml
pages/mountingPlate/mountingPlate.wxml
pages/picking/picking.wxml
pages/receivinggoods/receivinggoods.wxml
pages/scanDelivery/scanDelivery.wxml
pages/upperShelf/upperShelf.wxml
pages/cardBoard/cardBoard.wxml
View file @
542f6503
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view class="card-board-wrapper ">
<view class="card-board-wrapper ">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">卡板号/箱号:</text>
<text class="desc">卡板号/箱号:</text>
<input class="input input-border" bindconfirm="formInput" value="{{numText}}"></input>
<input class="input input-border" bindconfirm="formInput" value="{{numText}}"
confirm-type="search"
></input>
<view class="number">
<view class="number">
卡板号: <text>{{kbText}}</text>
卡板号: <text>{{kbText}}</text>
</view>
</view>
...
...
pages/inventoryQuery/inventoryQuery.wxml
View file @
542f6503
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<view class="inventory-query-wrapper">
<view class="inventory-query-wrapper">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc noMarginLeft">型号:</text>
<text class="desc noMarginLeft">型号:</text>
<input class="input input-border" bindinput="xhInput" bindblur="emitInput1" bindconfirm="xhConfirm"></input>
<input class="input input-border" bindinput="xhInput" bindblur="emitInput1" bindconfirm="xhConfirm"
confirm-type="done"
></input>
<text class="desc">入仓单号:</text>
<text class="desc">入仓单号:</text>
<input class="input input-border" bindinput="rcInput"></input>
<input class="input input-border" bindinput="rcInput"
confirm-type="done"
></input>
<text class="desc">箱号:</text>
<text class="desc">箱号:</text>
<input class="input input-border" bindinput="xInput"></input>
<input class="input input-border" bindinput="xInput"
confirm-type="done"
></input>
<text class="desc">卡板号:</text>
<text class="desc">卡板号:</text>
<input class="input input-border" bindinput="kbInput"></input>
<input class="input input-border" bindinput="kbInput"
confirm-type="done"
></input>
<text class="desc noMarginLeft last-desc">货位号:</text>
<text class="desc noMarginLeft last-desc">货位号:</text>
<view class="select-input borderBox" catchtap="changeIsShow">
<view class="select-input borderBox" catchtap="changeIsShow">
...
...
pages/login/login.wxml
View file @
542f6503
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
<image class="login-text" src="../../res/img/login-text.png"></image>
<image class="login-text" src="../../res/img/login-text.png"></image>
<view class="login-form">
<view class="login-form">
<view class="lable">用户名</view>
<view class="lable">用户名</view>
<view><input class="input" placeholder-class="ph" placeholder="请输入用户名" bindinput="userInput" value="{{user}}"></input></view>
<view><input class="input" placeholder-class="ph" placeholder="请输入用户名" bindinput="userInput" value="{{user}}"
confirm-type="done"
></input></view>
<view class="lable password-lable">密码</view>
<view class="lable password-lable">密码</view>
<view><input class="input" placeholder-class="ph" placeholder="请输入密码" password="{{true}}" bindinput="passwordInput" value="{{password}}"></input></view>
<view><input class="input" placeholder-class="ph" placeholder="请输入密码" password="{{true}}" bindinput="passwordInput" value="{{password}}"
confirm-type="done"
></input></view>
<view class="error-text" wx:if="{{errorText}}">* {{errorText}}</view>
<view class="error-text" wx:if="{{errorText}}">* {{errorText}}</view>
</view>
</view>
<view class="btn blue-btn login-btn" bindtap="login">登录</view>
<view class="btn blue-btn login-btn" bindtap="login">登录</view>
...
...
pages/mountingPlate/mountingPlate.wxml
View file @
542f6503
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view class="card-board-wrapper ">
<view class="card-board-wrapper ">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">卡板号/箱号:</text>
<text class="desc">卡板号/箱号:</text>
<input class="input input-border" bindconfirm="formInput" value="{{numText}}"></input>
<input class="input input-border" bindconfirm="formInput" value="{{numText}}"
confirm-type="search"
></input>
<view class="number">
<view class="number">
卡板号: <text>{{kbText}}</text>
卡板号: <text>{{kbText}}</text>
</view>
</view>
...
...
pages/picking/picking.wxml
View file @
542f6503
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<view class="pinking-wrapper ">
<view class="pinking-wrapper ">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">上架任务号:</text>
<text class="desc">上架任务号:</text>
<input class="input input-border" value="{{rwVal}}" bindconfirm="rwConfirm"></input>
<input class="input input-border" value="{{rwVal}}" bindconfirm="rwConfirm"
confirm-type="search"
></input>
<text class="desc">货位号:</text>
<text class="desc">货位号:</text>
<input class="input input-border" value="{{hwVal}}" bindconfirm="hwConfirm" focus="{{isHw}}"></input>
<input class="input input-border" value="{{hwVal}}" bindconfirm="hwConfirm" focus="{{isHw}}"
confirm-type="search"
></input>
<text class="desc">卡板号/箱号/型号:</text>
<text class="desc">卡板号/箱号/型号:</text>
<input class="input input-border" value="{{kbVal}}" bindconfirm="kbConfirm" focus="{{isKb}}" bindinput="emitInput" bindblur="emitInput1"></input>
<input class="input input-border" value="{{kbVal}}" bindconfirm="kbConfirm" focus="{{isKb}}" bindinput="emitInput" bindblur="emitInput1"
confirm-type="search"
></input>
<view class="number">
<view class="number">
拣货任务号: <text>{{rwVal}}</text>
拣货任务号: <text>{{rwVal}}</text>
</view>
</view>
...
...
pages/receivinggoods/receivinggoods.wxml
View file @
542f6503
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">入仓单号</text>
<text class="desc">入仓单号</text>
<input class="input input-border" bindconfirm="getMaskList"></input>
<input class="input input-border" bindconfirm="getMaskList"
confirm-type="search"
></input>
<text class="error-text" wx:if="{{errorText}}">入仓号不存在</text>
<text class="error-text" wx:if="{{errorText}}">入仓号不存在</text>
<view class="number">
<view class="number">
入仓号:
入仓号:
...
@@ -62,11 +62,11 @@
...
@@ -62,11 +62,11 @@
<view class="form-bottom-left ">
<view class="form-bottom-left ">
<view class="form-bottom-left-view Bflex aic">
<view class="form-bottom-left-view Bflex aic">
<text class="label">条码</text>
<text class="label">条码</text>
<input class="input input-border" bindconfirm="formtmInput" value="{{formData.tm}}" bindinput="emitInput" bindblur="emitInput1"></input>
<input class="input input-border" bindconfirm="formtmInput" value="{{formData.tm}}" bindinput="emitInput" bindblur="emitInput1"
confirm-type="done"
></input>
</view>
</view>
<view class="form-bottom-left-view Bflex aic">
<view class="form-bottom-left-view Bflex aic">
<text class="label">型号</text>
<text class="label">型号</text>
<input class="input input-border disabled" value="{{formData.xh}}" disabled></input>
<input class="input input-border disabled" value="{{formData.xh}}" disabled
confirm-type="done"
></input>
</view>
</view>
<view class="form-bottom-left-view Bflex aic">
<view class="form-bottom-left-view Bflex aic">
<text class="label">数量</text>
<text class="label">数量</text>
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
</view>
</view>
<view class="form-bottom-left-view Bflex aic">
<view class="form-bottom-left-view Bflex aic">
<text class="label">批次</text>
<text class="label">批次</text>
<input class="input input-border {{formData.jlpc == 2?'disabled':'' }}" bindinput="formpcInput" value="{{formData.pc}}" disabled="{{formData.jlpc == 2}}"></input>
<input class="input input-border {{formData.jlpc == 2?'disabled':'' }}" bindinput="formpcInput" value="{{formData.pc}}" disabled="{{formData.jlpc == 2}}"
confirm-type="done"
></input>
</view>
</view>
</view>
</view>
...
@@ -87,16 +87,16 @@
...
@@ -87,16 +87,16 @@
</view>
</view>
<view class="form-bottom-center-view Bflex aic">
<view class="form-bottom-center-view Bflex aic">
<text class="label">品牌</text>
<text class="label">品牌</text>
<input class="input input-border disabled" value="{{formData.pp}}" disabled></input>
<input class="input input-border disabled" value="{{formData.pp}}" disabled
confirm-type="done"
></input>
</view>
</view>
<view class="form-bottom-center-view Bflex aic">
<view class="form-bottom-center-view Bflex aic">
<text class="label">产地</text>
<text class="label">产地</text>
<input class="input input-border address-input" bindinput="formcdInput" value="{{formData.cd}}"></input>
<input class="input input-border address-input" bindinput="formcdInput" value="{{formData.cd}}"
confirm-type="done"
></input>
<image class="search-icon" src="../../res/img/search-icon.png" catchtap="showMask1Fun"></image>
<image class="search-icon" src="../../res/img/search-icon.png" catchtap="showMask1Fun"></image>
</view>
</view>
<view class="form-bottom-center-view Bflex aic">
<view class="form-bottom-center-view Bflex aic">
<text class="label">DC</text>
<text class="label">DC</text>
<input class="input input-border {{formData.jlpc == 2?'disabled':'' }}" bindinput="formdcInput" value="{{formData.dc}}" disabled="{{formData.jlpc == 2}}"></input>
<input class="input input-border {{formData.jlpc == 2?'disabled':'' }}" bindinput="formdcInput" value="{{formData.dc}}" disabled="{{formData.jlpc == 2}}"
confirm-type="done"
></input>
</view>
</view>
</view>
</view>
<view class="form-bottom-right">
<view class="form-bottom-right">
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
<text class="label">重量(KG)</text>
<text class="label">重量(KG)</text>
<view class="version-reslut">
<view class="version-reslut">
<view class="version">
<view class="version">
<input class="zl-input" value="{{orderZl}}" type="number" bindinput="formOrderZlInput"></input>
<input class="zl-input" value="{{orderZl}}" type="number" bindinput="formOrderZlInput"
confirm-type="done"
></input>
</view>
</view>
<view class="reslut borderBox">
<view class="reslut borderBox">
<view wx:for="{{errorArr}}" wx:key="index">{{item}}</view>
<view wx:for="{{errorArr}}" wx:key="index">{{item}}</view>
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<text class="box-icon {{xiangIndex == 2 ?'checked':'' }}"></text>
<text class="box-icon {{xiangIndex == 2 ?'checked':'' }}"></text>
<text>合箱</text>
<text>合箱</text>
</view>
</view>
<input class="input input-border" value="{{orderNum}}" bindinput="formOrderNumInput"></input>
<input class="input input-border" value="{{orderNum}}" bindinput="formOrderNumInput"
confirm-type="done"
></input>
</view>
</view>
<view class="bottom-table-view Bflex">
<view class="bottom-table-view Bflex">
...
...
pages/scanDelivery/scanDelivery.wxml
View file @
542f6503
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<view class="scan-delivery-wrapper ">
<view class="scan-delivery-wrapper ">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">卡板号/箱号:</text>
<text class="desc">卡板号/箱号:</text>
<input class="input input-border" bindconfirm="inputConfirm" value="{{inputVal}}"></input>
<input class="input input-border" bindconfirm="inputConfirm" value="{{inputVal}}"
confirm-type="search"
></input>
</view>
</view>
<view class="table-view">
<view class="table-view">
<view class="scroll-view">
<view class="scroll-view">
...
...
pages/upperShelf/upperShelf.wxml
View file @
542f6503
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<view class="upper-shelf-wrapper">
<view class="upper-shelf-wrapper">
<view class="view-top Bflex aic">
<view class="view-top Bflex aic">
<text class="desc">上架任务号:</text>
<text class="desc">上架任务号:</text>
<input class="input input-border" bindconfirm="rwConfirm" value="{{rwVal}}"></input>
<input class="input input-border" bindconfirm="rwConfirm" value="{{rwVal}}"
confirm-type="search"
></input>
<text class="desc">卡板号/箱号/型号:</text>
<text class="desc">卡板号/箱号/型号:</text>
<input class="input input-border" bindconfirm="kbConfirm" focus="{{isKb}}" value="{{kbVal}}" bindinput="emitInput" bindblur="emitInput1"></input>
<input class="input input-border" bindconfirm="kbConfirm" focus="{{isKb}}" value="{{kbVal}}" bindinput="emitInput" bindblur="emitInput1"
confirm-type="search"
></input>
<text class="desc">货位号:</text>
<text class="desc">货位号:</text>
<input class="input input-border" bindconfirm="hwConfirm" focus="{{isHw}}" value="{{hwVal}}"></input>
<input class="input input-border" bindconfirm="hwConfirm" focus="{{isHw}}" value="{{hwVal}}"
confirm-type="search"
></input>
<view class="number">
<view class="number">
拣货任务号: <text>{{rwVal}}</text>
拣货任务号: <text>{{rwVal}}</text>
</view>
</view>
...
...
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