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 @@ + + + + + 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 @@ @@ -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 @@ + + + + + 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 @@ - + 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 @@ - +