|
|
|
@ -53,7 +53,7 @@ import {
|
|
|
|
|
deleteWorkplace,
|
|
|
|
|
createWorkplaceId
|
|
|
|
|
} from '@/api/basic/sysWorkplaceManage'
|
|
|
|
|
import {bindWork} from "@/api/basic/sicker/prescribeApi";
|
|
|
|
|
import {bindWork} from "@/api/collect/collectOrder";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
@ -71,7 +71,7 @@ export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
query: {
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
invCode: null,//this.$store.getters.locInvCode
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20
|
|
|
|
|
},
|
|
|
|
@ -201,7 +201,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
bindWork() {
|
|
|
|
|
let query = {
|
|
|
|
|
prescribeListData: this.prescribeListData,
|
|
|
|
|
collOrder: this.prescribeListData,
|
|
|
|
|
workplaceCode: this.currentRow.workplaceId
|
|
|
|
|
}
|
|
|
|
|
bindWork(query).then(res => {
|
|
|
|
|