|
@@ -203,13 +203,7 @@ export default {
|
|
},
|
|
},
|
|
//新增折转
|
|
//新增折转
|
|
addTurnAround() {
|
|
addTurnAround() {
|
|
- turnAroundXiaLa({
|
|
|
|
- id: this.warehouseId,
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then((response) => {
|
|
|
|
- this.goodsNameList = response
|
|
|
|
- })
|
|
|
|
|
|
+
|
|
turnAroundGoodsNameAll({
|
|
turnAroundGoodsNameAll({
|
|
constId: 'CON2',
|
|
constId: 'CON2',
|
|
})
|
|
})
|
|
@@ -254,6 +248,13 @@ export default {
|
|
binNo(e) {
|
|
binNo(e) {
|
|
this.transformationAdd.beforeBinNo = this.binNoList[e].binNumber
|
|
this.transformationAdd.beforeBinNo = this.binNoList[e].binNumber
|
|
this.transformationAdd.positionId = this.binNoList[e].id
|
|
this.transformationAdd.positionId = this.binNoList[e].id
|
|
|
|
+ turnAroundXiaLa({
|
|
|
|
+ id: this.transformationAdd.positionId,
|
|
|
|
+ })
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then((response) => {
|
|
|
|
+ this.goodsNameList = response
|
|
|
|
+ })
|
|
},
|
|
},
|
|
binNo1(e) {
|
|
binNo1(e) {
|
|
this.transformationAdd.afterBinNo = this.binNoList[e].binNumber
|
|
this.transformationAdd.afterBinNo = this.binNoList[e].binNumber
|