| | |
| | | <view class="text-title"><input type="text" v-model="matData.memo"></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>客户信息</text></view> |
| | | <view class="text-title"><input type="text" v-model="matData.cstmr"></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | |
| | | searchBox: 'hide', |
| | | pick:'hide', |
| | | matnr:'', |
| | | matList:[{}], |
| | | matList:[], |
| | | result: '', |
| | | enableQty:'', |
| | | count:'', |
| | |
| | | this.count = this.matList[index].anfme |
| | | this.batch = this.matList[index].batch |
| | | this.memo = this.matList[index].memo |
| | | this.cstmr = this.matList[index].cstmr |
| | | this.rowNum = index |
| | | this.eject() |
| | | }, |
| | |
| | | this.matList[this.rowNum].anfme = this.count |
| | | this.matList[this.rowNum].batch = this.batch |
| | | this.matList[this.rowNum].memo = this.memo |
| | | this.matList[this.rowNum].cstmr = this.cstmr |
| | | this.$refs.revise.close() |
| | | this.$forceUpdate() // 强制刷新 |
| | | }, |
| | |
| | | cuIcon: 'safe' |
| | | }, |
| | | { |
| | | title: '补货', |
| | | name: 'stockCheckv2', |
| | | color: 'blue', |
| | | cuIcon: 'safe' |
| | | }, |
| | | { |
| | | title: '拣料出库', |
| | | name: 'piking', |
| | | color: 'blue', |