|
|
|
@ -293,7 +293,7 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {getContract,addContrant,delContract} from "@/api/contract/contract"
|
|
|
|
import {getContract,addContrant,delContract} from "@/api/contract/contract"
|
|
|
|
import {getparameter} from "@/api/system/dictionary"
|
|
|
|
import {getparameter} from "@/api/system/dictionary"
|
|
|
|
import {listdept} from "@/api/system/department";
|
|
|
|
import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
import {getBudget} from "@/api/budget/budget"
|
|
|
|
import {getBudget} from "@/api/budget/budget"
|
|
|
|
import {getOatoken} from "@/api/oatoken"
|
|
|
|
import {getOatoken} from "@/api/oatoken"
|
|
|
|
import {parseTime} from "@/utils"
|
|
|
|
import {parseTime} from "@/utils"
|
|
|
|
@ -849,7 +849,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//获取科室
|
|
|
|
//获取科室
|
|
|
|
async getDepartment(){
|
|
|
|
async getDepartment(){
|
|
|
|
this.departments = await listdept()
|
|
|
|
this.departments = await listdeptNoAuth()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//获取购买形式列表
|
|
|
|
//获取购买形式列表
|
|
|
|
async getPurchaseType(){
|
|
|
|
async getPurchaseType(){
|
|
|
|
|