diff --git a/.env.development b/.env.development index 9e45bbc..df76eaf 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' -# VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/' -VITE_APP_BASE_URL = 'http://192.168.1.13:8089/' \ No newline at end of file +VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/' +# VITE_APP_BASE_URL = 'http://192.168.1.13:8089/' \ No newline at end of file diff --git a/src/views/InvoicingRequests/edit.vue b/src/views/InvoicingRequests/edit.vue index e5b74ba..010addd 100644 --- a/src/views/InvoicingRequests/edit.vue +++ b/src/views/InvoicingRequests/edit.vue @@ -2,12 +2,12 @@
- + diff --git a/src/views/bank_account/edit.vue b/src/views/bank_account/edit.vue index b7ca528..3e845c9 100644 --- a/src/views/bank_account/edit.vue +++ b/src/views/bank_account/edit.vue @@ -32,7 +32,8 @@ - + @@ -77,7 +78,9 @@ - + + + @@ -99,6 +102,7 @@ import { isEmail, isIdCard, isPhone } from '@/utils/validate' import type { PropType } from 'vue' import configs from "@/config" import useUserStore from "@/stores/modules/user"; +import bankaccountDialog from '@/components/bankaccount/index.vue' const list1 = reactive([]) const list2 = reactive([]) @@ -112,6 +116,7 @@ const emit = defineEmits(['success', 'close']) const formRef = shallowRef() const popupRef = shallowRef>() const mode = ref('add') +const showDialog3 = ref(false) //获取所有组织 @@ -153,7 +158,12 @@ const formData = reactive({ }) - +const customEvent3 = (e: any) => { + formData.deposit_bank = e.deposit_bank + formData.account_name = e.account_name + formData.account = e.account + showDialog3.value = false +}; // 表单验证 const formRules = reactive({ diff --git a/src/views/bidbbond/edit.vue b/src/views/bidbbond/edit.vue index f93e3d6..41ad337 100644 --- a/src/views/bidbbond/edit.vue +++ b/src/views/bidbbond/edit.vue @@ -2,12 +2,12 @@
- + @@ -110,7 +110,8 @@ - + @@ -137,7 +138,9 @@ - + + + @@ -157,6 +160,7 @@ import { isEmail, isIdCard, isPhone } from '@/utils/validate' import type { PropType } from 'vue' import configs from "@/config" import useUserStore from "@/stores/modules/user"; +import bankaccountDialog from '@/components/bankaccount/index.vue' const base_url = configs.baseUrl + configs.urlPrefix const userStore = useUserStore(); @@ -171,7 +175,6 @@ const project_code = ref('') const contract_no = ref('') const document_no = ref('') const userInfo = userStore.userInfo -console.log(userInfo, '222222') // 上传文件 const handleAvatarSuccess_four = ( response, @@ -205,6 +208,7 @@ const mode = ref('add') const refund_amount = ref('') const refund_amount_daxie = ref('') const showDialog = ref(false) +const showDialog3 = ref(false) const customEvent = (e: any) => { formData.bidding_decision_id = e.id; @@ -217,7 +221,12 @@ const customEvent = (e: any) => { amountinput(e.margin_amount) }; - +const customEvent3 = (e: any) => { + formData.deposit_bank = e.deposit_bank + formData.account_name = e.account_name + formData.account = e.account + showDialog3.value = false +}; //监听输入 const amountinput = (e) => { diff --git a/src/views/procurement_contract/edit.vue b/src/views/procurement_contract/edit.vue index 30c9f0b..287a4ad 100644 --- a/src/views/procurement_contract/edit.vue +++ b/src/views/procurement_contract/edit.vue @@ -76,10 +76,10 @@ - + - + @@ -119,7 +119,8 @@
- 选择采购申请 + 选择采购申请
@@ -128,7 +129,7 @@ @@ -162,20 +163,18 @@ - + + + + + diff --git a/src/views/project_manager_appointment/edit.vue b/src/views/project_manager_appointment/edit.vue index 2defb09..13a739d 100644 --- a/src/views/project_manager_appointment/edit.vue +++ b/src/views/project_manager_appointment/edit.vue @@ -2,11 +2,10 @@
- +
diff --git a/src/views/recordsPayment/edit.vue b/src/views/recordsPayment/edit.vue index 2af5848..7cf29c3 100644 --- a/src/views/recordsPayment/edit.vue +++ b/src/views/recordsPayment/edit.vue @@ -45,7 +45,7 @@ - + diff --git a/src/views/refund/edit.vue b/src/views/refund/edit.vue index 7e13291..28f23fa 100644 --- a/src/views/refund/edit.vue +++ b/src/views/refund/edit.vue @@ -2,12 +2,12 @@
- + diff --git a/src/views/subcontracting_contract/edit.vue b/src/views/subcontracting_contract/edit.vue index 3d81b77..f7b1c94 100644 --- a/src/views/subcontracting_contract/edit.vue +++ b/src/views/subcontracting_contract/edit.vue @@ -75,7 +75,7 @@ - + @@ -122,7 +122,8 @@
- 选择分包明细 + 选择分包明细
@@ -132,7 +133,7 @@ @@ -148,10 +149,6 @@ - - - -