diff --git a/src/views/Login/SocialLogin.vue b/src/views/Login/SocialLogin.vue
index 1eb9293c0..c57946c79 100644
--- a/src/views/Login/SocialLogin.vue
+++ b/src/views/Login/SocialLogin.vue
@@ -196,7 +196,7 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE !== 'false',
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
loginForm: {
- tenantName: '芋道源码',
+ tenantName: '金隅集团',
username: 'admin',
password: 'admin123',
captchaVerification: '',
diff --git a/src/views/acceptance/acceptance/MainForm.vue b/src/views/acceptance/acceptance/MainForm.vue
index 0ebd2b470..4633c29fe 100644
--- a/src/views/acceptance/acceptance/MainForm.vue
+++ b/src/views/acceptance/acceptance/MainForm.vue
@@ -27,9 +27,9 @@
placeholder="选择开始时间"
/>
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
确 定
@@ -87,8 +86,8 @@
\ No newline at end of file
+
diff --git a/src/views/acceptance/acceptance/components/FundsForm.vue b/src/views/acceptance/acceptance/components/FundsForm.vue
index 5c75e87ae..4a8e15d51 100644
--- a/src/views/acceptance/acceptance/components/FundsForm.vue
+++ b/src/views/acceptance/acceptance/components/FundsForm.vue
@@ -23,10 +23,10 @@
-
+
-
+
@@ -51,6 +51,13 @@
+
+
+
+
+
+
+
@@ -112,6 +119,7 @@ const handleAdd = () => {
amount: undefined,
fiscalYear: undefined,
totalAmount: undefined,
+ unitId: undefined,
unitName: undefined,
}
row.acceptanceId = props.acceptanceId
@@ -134,4 +142,4 @@ const getData = () => {
}
defineExpose({ validate, getData })
-
\ No newline at end of file
+
diff --git a/src/views/acceptance/acceptance/components/FundsList.vue b/src/views/acceptance/acceptance/components/FundsList.vue
deleted file mode 100644
index e36379976..000000000
--- a/src/views/acceptance/acceptance/components/FundsList.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
- 新增
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/acceptance/acceptance/components/InfoList.vue b/src/views/acceptance/acceptance/components/InfoList.vue
deleted file mode 100644
index abcbbba19..000000000
--- a/src/views/acceptance/acceptance/components/InfoList.vue
+++ /dev/null
@@ -1,119 +0,0 @@
-
-
-
-
- 新增
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/acceptance/acceptance/index.vue b/src/views/acceptance/acceptance/index.vue
index bf04f0cbc..fd666ad09 100644
--- a/src/views/acceptance/acceptance/index.vue
+++ b/src/views/acceptance/acceptance/index.vue
@@ -35,40 +35,10 @@
class="!w-240px"
/>
-
-
-
-
-
-
-
+
-
-
-
-
-
+
+
+
+
+
{
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/src/views/apply/apply/components/FundsForm.vue b/src/views/apply/apply/components/FundsForm.vue
index b77690960..30be43166 100644
--- a/src/views/apply/apply/components/FundsForm.vue
+++ b/src/views/apply/apply/components/FundsForm.vue
@@ -1,22 +1,38 @@
-
+
+
-
-
-
-
+
+
+
+
-
+
@@ -117,13 +133,13 @@ const handleAdd = () => {
formData.value.push(row)
}
//列表
-const cloumnList =ref(
+const cloumnList = ref(
[{
- "key":"secondaryCategory",
- "title":'科目'
- },{
- "key":"2024",
- "title":'2024年'
+ "key": "secondaryCategory",
+ "title": '科目'
+ }, {
+ "key": "2024",
+ "title": '2024年'
}]
)
diff --git a/src/views/apply/apply/index.vue b/src/views/apply/apply/index.vue
index 1f409bb40..67eb44a19 100644
--- a/src/views/apply/apply/index.vue
+++ b/src/views/apply/apply/index.vue
@@ -108,7 +108,12 @@
-
+
+
+ 通过
+ 不通过
+
+
取 消
@@ -116,15 +121,20 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
{{item.creatorName}}
+ 通过
+ 不通过
+
+ {{item.comment}}
+
+
+
+
@@ -143,7 +153,7 @@ const Visible1 = ref(false) // 监听器 显示状态
const listenerFieldForm = ref({}) // 监听器 注入字段 详情表单
const loading = ref(true) // 列表的加载中
const list = ref([]) // 列表的数据
-const listRecord = ref([]) // 审核列表的数据
+ const listRecord = ref([]) // 审核列表的数据
const total = ref(0) // 列表的总页数
const queryParams = reactive({
pageNo: 1,
@@ -234,9 +244,9 @@ const saveListenerFiled = async () => {
if (!validateStatus) return // 验证不通过直接返回
try {
var param ={
- itmeId: listid.value,
- status:'',
- comment:''
+ itemId: listid.value,
+ status:listenerFieldForm.value.status,
+ comment:listenerFieldForm.value.comment
}
await MainApi.saveRecordList(param)
Visible.value = false
@@ -248,8 +258,9 @@ const saveListenerFiled = async () => {
const aduitRecord = async (id?: number) => {
try {
const data = await MainApi.getRecordList(id)
- Visible1.value = true
- listRecord.value = data.list
+ listRecord.value = data
+ Visible1.value = true
+
} finally {
}
}
@@ -258,4 +269,14 @@ const aduitRecord = async (id?: number) => {
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
+
diff --git a/src/views/change/change/MainForm.vue b/src/views/change/change/MainForm.vue
index 07fa1fd0c..3d98367d1 100644
--- a/src/views/change/change/MainForm.vue
+++ b/src/views/change/change/MainForm.vue
@@ -16,7 +16,7 @@
-
+
@@ -30,27 +30,26 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -81,10 +80,13 @@ const formData = ref({
competentDeptName: undefined,
managerId: undefined,
managerName: undefined,
- createdBy: undefined,
- createdTime: undefined,
- updatedBy: undefined,
- updatedTime: undefined,
+ maintenanceUnitName: undefined,
+ maintenanceUnitId: undefined,
+ undertakingUnitName: undefined,
+ undertakingUnitId: undefined,
+ reviewUnitName: undefined,
+ reviewUnitId: undefined,
+ state: undefined,
})
const formRules = reactive({
})
@@ -143,11 +145,14 @@ const resetForm = () => {
competentDeptName: undefined,
managerId: undefined,
managerName: undefined,
- createdBy: undefined,
- createdTime: undefined,
- updatedBy: undefined,
- updatedTime: undefined,
+ maintenanceUnitName: undefined,
+ maintenanceUnitId: undefined,
+ undertakingUnitName: undefined,
+ undertakingUnitId: undefined,
+ reviewUnitName: undefined,
+ reviewUnitId: undefined,
+ state: undefined,
}
formRef.value?.resetFields()
}
-
\ No newline at end of file
+
diff --git a/src/views/change/change/index.vue b/src/views/change/change/index.vue
index 2d34d6cba..c205ccba3 100644
--- a/src/views/change/change/index.vue
+++ b/src/views/change/change/index.vue
@@ -8,6 +8,15 @@
:inline="true"
label-width="68px"
>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
搜索
重置
@@ -66,11 +111,12 @@
-
-
-
+
+
+
+
{
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/src/views/contract/contract/MainForm.vue b/src/views/contract/contract/MainForm.vue
index 5286f489c..6e8916958 100644
--- a/src/views/contract/contract/MainForm.vue
+++ b/src/views/contract/contract/MainForm.vue
@@ -47,9 +47,9 @@
placeholder="选择开始时间"
/>
-
+
-
+
+
+
-
+
+
+
-
+
+
+
@@ -92,10 +113,10 @@
-
+
-
+
@@ -109,12 +130,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
@@ -140,7 +179,6 @@
\ No newline at end of file
+
diff --git a/src/views/contract/contract/components/FundsForm.vue b/src/views/contract/contract/components/FundsForm.vue
index 416242fc8..fdb548b3b 100644
--- a/src/views/contract/contract/components/FundsForm.vue
+++ b/src/views/contract/contract/components/FundsForm.vue
@@ -23,10 +23,10 @@
-
+
-
+
@@ -65,51 +65,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
—
@@ -166,11 +121,6 @@ const handleAdd = () => {
totalAmount: undefined,
unitId: undefined,
unitName: undefined,
- revision: undefined,
- createdBy: undefined,
- createdTime: undefined,
- updatedBy: undefined,
- updatedTime: undefined,
}
row.contractId = props.contractId
formData.value.push(row)
@@ -192,4 +142,4 @@ const getData = () => {
}
defineExpose({ validate, getData })
-
\ No newline at end of file
+
diff --git a/src/views/contract/contract/components/InfoForm.vue b/src/views/contract/contract/components/InfoForm.vue
index f4ae86ae9..56acaa44f 100644
--- a/src/views/contract/contract/components/InfoForm.vue
+++ b/src/views/contract/contract/components/InfoForm.vue
@@ -10,7 +10,14 @@
-
+
+
+
@@ -39,6 +46,7 @@
\ No newline at end of file
+
diff --git a/src/views/contract/contract/components/ParticipantForm.vue b/src/views/contract/contract/components/ParticipantForm.vue
index 81494a860..76685f7eb 100644
--- a/src/views/contract/contract/components/ParticipantForm.vue
+++ b/src/views/contract/contract/components/ParticipantForm.vue
@@ -33,21 +33,37 @@
-
+
+
+
-
+
+
+
-
+
+
+
@@ -79,51 +95,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
—
@@ -136,6 +107,7 @@
\ No newline at end of file
+
diff --git a/src/views/contract/contract/components/PlanForm.vue b/src/views/contract/contract/components/PlanForm.vue
index 20d399588..6003410f8 100644
--- a/src/views/contract/contract/components/PlanForm.vue
+++ b/src/views/contract/contract/components/PlanForm.vue
@@ -21,55 +21,10 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -123,11 +78,6 @@ const handleAdd = () => {
contractId: undefined,
implDate: undefined,
implContent: undefined,
- revision: undefined,
- createdBy: undefined,
- createdTime: undefined,
- updatedBy: undefined,
- updatedTime: undefined,
}
row.contractId = props.contractId
formData.value.push(row)
@@ -149,4 +99,4 @@ const getData = () => {
}
defineExpose({ validate, getData })
-
\ No newline at end of file
+
diff --git a/src/views/contract/contract/components/UnitsForm.vue b/src/views/contract/contract/components/UnitsForm.vue
index bc04ca7a6..bb301725d 100644
--- a/src/views/contract/contract/components/UnitsForm.vue
+++ b/src/views/contract/contract/components/UnitsForm.vue
@@ -100,51 +100,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
—
@@ -206,11 +161,6 @@ const handleAdd = () => {
address: undefined,
sign: undefined,
orderNo: undefined,
- revision: undefined,
- createdBy: undefined,
- createdTime: undefined,
- updatedBy: undefined,
- updatedTime: undefined,
}
row.contractId = props.contractId
formData.value.push(row)
@@ -232,4 +182,4 @@ const getData = () => {
}
defineExpose({ validate, getData })
-
\ No newline at end of file
+
diff --git a/src/views/contract/contract/index.vue b/src/views/contract/contract/index.vue
index 248e56b32..804073208 100644
--- a/src/views/contract/contract/index.vue
+++ b/src/views/contract/contract/index.vue
@@ -92,6 +92,42 @@
class="!w-240px"
/>
+
+
+
+
+
+
+
+
+
+
+
+
搜索
重置
@@ -119,6 +155,7 @@
+
@@ -126,6 +163,7 @@
+
@@ -133,11 +171,48 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
import { getStrDictOptions, DICT_TYPE } from '@/utils/dict'
+import { dateFormatter } from '@/utils/formatTime'
import download from '@/utils/download'
import { MainApi, MainVO } from '@/api/contract/contract'
import MainForm from './MainForm.vue'
@@ -198,6 +274,10 @@ const queryParams = reactive({
director: undefined,
competentDeptName: undefined,
managerName: undefined,
+ maintenanceUnitName: undefined,
+ undertakingUnitName: undefined,
+ reviewUnitName: undefined,
+ state: undefined,
})
const queryFormRef = ref() // 搜索的表单
const exportLoading = ref(false) // 导出的加载中
@@ -264,4 +344,4 @@ const handleExport = async () => {
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/src/views/patents/patents/MainForm.vue b/src/views/patents/patents/MainForm.vue
index 60ff0ee0d..242aab685 100644
--- a/src/views/patents/patents/MainForm.vue
+++ b/src/views/patents/patents/MainForm.vue
@@ -48,7 +48,12 @@
-
+
@@ -79,6 +84,7 @@
\ No newline at end of file
+
diff --git a/src/views/patents/patents/index.vue b/src/views/patents/patents/index.vue
index 48b5133c8..8ffe1b5f3 100644
--- a/src/views/patents/patents/index.vue
+++ b/src/views/patents/patents/index.vue
@@ -8,15 +8,6 @@
:inline="true"
label-width="68px"
>
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
搜索
重置
@@ -82,6 +78,7 @@
+
@@ -89,7 +86,11 @@
-
+
+
+
+
+
@@ -129,6 +130,7 @@
\ No newline at end of file
+
diff --git a/src/views/process/process/MainForm.vue b/src/views/process/process/MainForm.vue
index 18ffc20b5..f939f3957 100644
--- a/src/views/process/process/MainForm.vue
+++ b/src/views/process/process/MainForm.vue
@@ -17,7 +17,9 @@
-
+
+
+
@@ -37,31 +39,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -74,6 +57,7 @@
\ No newline at end of file
+
diff --git a/src/views/process/process/components/FundsForm.vue b/src/views/process/process/components/FundsForm.vue
new file mode 100644
index 000000000..c918e2631
--- /dev/null
+++ b/src/views/process/process/components/FundsForm.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ —
+
+
+
+
+
+ + 添加执行经费情况
+
+
+
diff --git a/src/views/process/process/components/InfoForm.vue b/src/views/process/process/components/InfoForm.vue
index e1d343036..801358853 100644
--- a/src/views/process/process/components/InfoForm.vue
+++ b/src/views/process/process/components/InfoForm.vue
@@ -15,28 +15,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
diff --git a/src/views/process/process/index.vue b/src/views/process/process/index.vue
index ca8c388f9..796421d62 100644
--- a/src/views/process/process/index.vue
+++ b/src/views/process/process/index.vue
@@ -8,6 +8,15 @@
:inline="true"
label-width="68px"
>
+
+
+
+
+
+
+
+
-
@@ -139,8 +157,10 @@ const total = ref(0) // 列表的总页数
const queryParams = reactive({
pageNo: 1,
pageSize: 10,
+ contractId: undefined,
contractCode: undefined,
section: undefined,
+ progress: undefined,
director: undefined,
competentDeptName: undefined,
managerName: undefined,
@@ -210,4 +230,4 @@ const handleExport = async () => {
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/src/views/publicLab/publicLab/index.vue b/src/views/publicLab/publicLab/index.vue
index fb0c247b4..a5b4cda0b 100644
--- a/src/views/publicLab/publicLab/index.vue
+++ b/src/views/publicLab/publicLab/index.vue
@@ -37,6 +37,15 @@
class="!w-240px"
/>
+
+
+
{
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 4f04dff54..06f8a3a76 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -1,7 +1,7 @@
-
+