| | |
| | | "enablePullDownRefresh": false |
| | | |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/basics/bad", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "残次品", |
| | | "enablePullDownRefresh": false |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
New file |
| | |
| | | <template> |
| | | <view> |
| | | <view class="square-2"> |
| | | <view class="square-title"> |
| | | <view class="title-sign"><view class="sign"></view></view> |
| | | <view class="title-text"><text>检索商品</text></view> |
| | | </view> |
| | | <view class="square-content"> |
| | | <view class="content-input"> |
| | | <input> |
| | | <uni-icons type="closeempty" size="20" color="#dadada"></uni-icons> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="footer flex justify-around"> |
| | | <view> |
| | | <button class="cu-btn lg" @click="">重置</button> |
| | | </view> |
| | | <view> |
| | | <button class="cu-btn lg pakin-btn bg-blue" @click="">确认</button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | } |
| | | }, |
| | | methods: { |
| | | name() { |
| | | |
| | | } |
| | | }, |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | |
| | | cuIcon: 'safe' |
| | | }, |
| | | { |
| | | title: '残次品', |
| | | name: 'bad', |
| | | color: 'grey', |
| | | cuIcon: 'exit' |
| | | }, |
| | | { |
| | | title: '组托入库', |
| | | name: 'pakin', |
| | | color: 'grey', |
| | |
| | | color: 'grey', |
| | | cuIcon: 'exit' |
| | | }, |
| | | // { |
| | | // title: '日志', |
| | | // name: 'logbook', |
| | | // color: 'grey', |
| | | // cuIcon: 'exit' |
| | | // }, |
| | | |
| | | ] |
| | | } |
| | | }, |