diff --git a/src/views/contract/components/biddingUpload.vue b/src/views/contract/components/biddingUpload.vue new file mode 100644 index 0000000..b346f6a --- /dev/null +++ b/src/views/contract/components/biddingUpload.vue @@ -0,0 +1,76 @@ + + + + + 选取文件 + 开始上传 + + 支持文件格式:.rar .zip .doc .docx .pdf .jpg .png .gif .mp4 .xls + .xlsx + 单个文件不能超过50M + + + + + + + + + diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue index dcbcb77..7035c2f 100644 --- a/src/views/contract/contractList.vue +++ b/src/views/contract/contractList.vue @@ -194,7 +194,7 @@ - 招标审查 + 招标审查 @@ -550,6 +550,8 @@ + + @@ -591,6 +593,7 @@ import detail from "./components/detailContract" import paymentRegistration from "./components/paymentRegistration"; import contractSign from "@/views/contract/components/contractSign"; import contractPaymentRegistration from "@/views/contract/components/contractPaymentRegistration"; +import biddingUpload from './components/biddingUpload.vue' let iframe; export default { components: { @@ -598,7 +601,8 @@ export default { detail, paymentRegistration, contractSign, - contractPaymentRegistration + contractPaymentRegistration, + biddingUpload }, data() { var planPass = (rule, value, callback) => { @@ -1889,7 +1893,8 @@ export default { supply:this.form.supply, money:this.form?.money, status:this.form?.is_simple ? 2 : 1, - is_framework:this.form?.is_framework + is_framework:this.form?.is_framework, + contract_to_contracts:this.form.contract_to_contracts }).then(res => { this.isShowAdd = false Message({ diff --git a/src/views/inOut/component/addExpenseAccount.vue b/src/views/inOut/component/addExpenseAccount.vue new file mode 100644 index 0000000..8b45eb8 --- /dev/null +++ b/src/views/inOut/component/addExpenseAccount.vue @@ -0,0 +1,581 @@ + + + + + + + {{typeText}}事项 : + + + + + + + + + + * + 报销类型 : + + + + + + + + + + + + * + 其他支出类型 : + + + + + + + + + + + {{typeText}}金额 : + + + + + + + + + *关联预算计划 + + + + + + {{ item.label }} + + + + 请选择关联计划 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确定 + + + + + + + + diff --git a/src/views/inOut/expenseAccount.vue b/src/views/inOut/expenseAccount.vue index d8fd092..e5ba2df 100644 --- a/src/views/inOut/expenseAccount.vue +++ b/src/views/inOut/expenseAccount.vue @@ -1,4 +1,4 @@ - + - - 年份 - + + + 创建日期 + (select.year = e)" + > + (select.year = e)" > + + + + 项目类型 + + + {{ + item.value }} + + + + + + + 科室 + + + {{ item.name }} + + + - 预算类型 - + + 报销类型 + {{ @@ -34,27 +75,43 @@ }} + - 科室 - - + 报销金额 + + + + + + + + 状态 + + - - - + {{ + item.value + }} + + - 新增 + + diff --git a/src/views/inOut/incomeRegistration.vue b/src/views/inOut/incomeRegistration.vue index bf4a204..ee0912d 100644 --- a/src/views/inOut/incomeRegistration.vue +++ b/src/views/inOut/incomeRegistration.vue @@ -1,32 +1,73 @@ - + - - 年份 - + + + 创建日期 + (select.year = e)" + > + (select.year = e)" > + + + + 项目类型 + + + {{ + item.value }} + + + + + + + 科室 + + + {{ item.name }} + + + - 项目类型 - + + 报销类型 + {{ @@ -34,25 +75,41 @@ }} + - 科室 - - + 报销金额 + + + + + + + + 状态 + + - - - + {{ + item.value + }} + + 新增