|
@@ -105,7 +105,7 @@ export default {
|
|
|
this.submitVisible = false
|
|
this.submitVisible = false
|
|
|
this.craftsAddOrDetailVisible = false
|
|
this.craftsAddOrDetailVisible = false
|
|
|
},
|
|
},
|
|
|
- showCraftsAddOrDetail(techId) {
|
|
|
|
|
|
|
+ showCraftsAddOrDetail(techId, orderId, productId) {
|
|
|
this.detailVisible = false
|
|
this.detailVisible = false
|
|
|
this.assignVisible = false
|
|
this.assignVisible = false
|
|
|
this.noticeChangeVisible = false
|
|
this.noticeChangeVisible = false
|
|
@@ -114,7 +114,7 @@ export default {
|
|
|
this.craftsAddOrDetailVisible = true
|
|
this.craftsAddOrDetailVisible = true
|
|
|
|
|
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
- this.$refs.craftsAddOrDetail.init(techId, false, techId !== 0, false, false)
|
|
|
|
|
|
|
+ this.$refs.craftsAddOrDetail.init(techId, false, techId !== 0, false, false, orderId, productId)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
onCloseCraftsAddOrDetail() {
|
|
onCloseCraftsAddOrDetail() {
|