Merge branch 'nbncPda' of http://47.97.1.152:5880/r/wms_app into nbncPda
| | |
| | | store: '', |
| | | locNo: '', |
| | | locNoList: [], |
| | | sta: '', |
| | | sta: '106', |
| | | staList: [], |
| | | dataList: [], |
| | | checkedDataList: [], |
| | |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | eventChannel.on('item', function(data) { |
| | | _this.matnr = data.item.matnr |
| | | _this.getMatList() |
| | | }) |
| | | this.getMatList() |
| | | |
| | | }, |
| | | methods: { |
| | | clear() { |
| | | this.searchValue = '' |
| | | this.getOrderNoList(this.locNo) |
| | | }, |
| | | back() { uni.navigateBack({}) }, |
| | | set(e) { |
| | | var ck = this.dataList[e].checked |
| | |
| | | </view> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="item" style="width: 90%;"> |
| | | <view class="code-decs" style="width: 70%;">物料: {{item.matnr}}</view> |
| | | <view class="item" style="width: 100%;"> |
| | | <view class="code-decs" style="width: 60%;">物料: {{item.matnr}}</view> |
| | | <button size="mini" type="primary" @click="getOrder">出库订单</button> |
| | | </view> |
| | | </view> |