上货退货 选入单据

yanshishuju
zane 6 months ago
parent 95ea5308f5
commit d7c5048e98

@ -20,7 +20,7 @@
>选入已完成单据
</el-button>
<el-button size="mini" type="primary" @click.native="chooseDraftOrder()" :loading="submitLoading"
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled"
style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled"
>选入单据
</el-button>
<el-button size="mini" type="primary" @click.native="draftOrder()" :loading="submitLoading"
@ -1588,6 +1588,7 @@ export default {
}
this.rowData.workPlaceCode = this.orderFormData.workPlaceCode
this.rowData.fifoSplit = this.orderFormData.fifoSplit
this.$router.push({query: {...this.$route.query, splitType: this.splitType}, path: this.$route.path})
this.chooseDraftOrderVisible = true
},
closeChooseDialog() {

Loading…
Cancel
Save