|
@@ -485,12 +485,11 @@ export default {
|
|
|
handleSelectGoods() {
|
|
handleSelectGoods() {
|
|
|
this.outboundDetailsDialogFlag = true
|
|
this.outboundDetailsDialogFlag = true
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
- this.$refs.outboundDetailsDialogRef.init(this.form )
|
|
|
|
|
|
|
+ this.$refs.outboundDetailsDialogRef.init(this.currentRow )
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
//选择退货信息回调
|
|
//选择退货信息回调
|
|
|
saveDate(data) {
|
|
saveDate(data) {
|
|
|
-
|
|
|
|
|
this.form.detailList.push(...data)
|
|
this.form.detailList.push(...data)
|
|
|
},
|
|
},
|
|
|
//选择负责人
|
|
//选择负责人
|