| | |
| | | "inboundInitiation":"Inbound Initiation", |
| | | "stationUnbinding":"Station Unbinding", |
| | | "bindAndInbound":"Binding And Inbound", |
| | | "quickPicking":"Quick Picking", |
| | | "outLogin":"Login Out" |
| | | |
| | | |
| | | }, |
| | | "other":{ |
| | | |
| | | } |
| | | } |
| | |
| | | "inboundInitiation":"启动入库", |
| | | "stationUnbinding":"站点解绑", |
| | | "bindAndInbound":"绑定&入库", |
| | | "quickPicking":"快速拣货", |
| | | "outLogin":"退出登录" |
| | | |
| | | |
| | | }, |
| | | "other":{ |
| | | "asnNo":"ASN单号" |
| | | |
| | | } |
| | | |
| | | |
| | |
| | | <navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo>
|
| | | <view class="cuIcon-apps text-blue">
|
| | | </view>
|
| | | <text>快速拣货</text>
|
| | | <text>{{$t('index.quickPicking')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <view class="title text-blue"><text |
| | | class="text-red text-xl vertical-middle">*</text>组盘数量: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty" |
| | | :step='1'></uni-number-box> |
| | | <uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01" v-model="item.receiptQty" |
| | | ></uni-number-box> |
| | | </view> |
| | | </view> |
| | | </view> |