|
@@ -162,6 +162,7 @@
|
|
|
})
|
|
|
this.warehouseInOutInfo.statusFlag = this.statusFlag
|
|
|
this.warehouseInOutInfo.phone = this.userInfo.phone
|
|
|
+ this.warehouseInOutInfo.pcFlag = 0
|
|
|
//this.warehouseInOutInfo.status = this.status
|
|
|
this.$api.doRequest('get', '/warehouseInOutInfo/selectInfo', this.warehouseInOutInfo).then(res => {
|
|
|
if (res.data.code == 200) {
|