diff --git a/src/views/cory/template/components/engineeringChangeApplicationForm.vue b/src/views/cory/template/components/engineeringChangeApplicationForm.vue
index db3a07f..90d12ff 100644
--- a/src/views/cory/template/components/engineeringChangeApplicationForm.vue
+++ b/src/views/cory/template/components/engineeringChangeApplicationForm.vue
@@ -71,8 +71,8 @@
{{ tableDetail.content }}
- {{
- tableDetail.attachmentsList.originalName
+ {{
+ tableDetail.attachmentsList?.originalName
}}
@@ -175,7 +175,8 @@ const props = defineProps({
}
});
-const tableDetail = ref({});
+const tableDetail = ref({ attachmentsImgList: [], attachmentsList: [] });
+
const exportRef = ref();
const radioList = ref([
{ value: 0, label: '设计漏项' },
diff --git a/src/views/design/prelimScheme/index.vue b/src/views/design/prelimScheme/index.vue
index a606b62..62c2065 100644
--- a/src/views/design/prelimScheme/index.vue
+++ b/src/views/design/prelimScheme/index.vue
@@ -42,6 +42,15 @@
+ 查看流程
{
};
/** 导出按钮操作 */
-const handleExport = () => {
- proxy?.download(
- 'design/scheme/export',
- {
- ...queryParams.value
- },
- `scheme_${new Date().getTime()}.xlsx`
- );
+const handleView = (row?: PrelimSchemeVO) => {
+ proxy.$tab.closePage(route);
+ proxy.$tab.openPage(`/design-management/prelimScheme/indexEdit`, '', {
+ id: row.id,
+ type: 'view'
+ });
};
onMounted(() => {
diff --git a/src/views/design/scheme/index.vue b/src/views/design/scheme/index.vue
index fb624ed..540830b 100644
--- a/src/views/design/scheme/index.vue
+++ b/src/views/design/scheme/index.vue
@@ -42,6 +42,15 @@
+ 查看流程
{
await getList();
};
-/** 导出按钮操作 */
-const handleExport = () => {
- proxy?.download(
- 'design/scheme/export',
- {
- ...queryParams.value
- },
- `scheme_${new Date().getTime()}.xlsx`
- );
+const handleView = (row?: SchemeVO) => {
+ proxy.$tab.closePage(route);
+ proxy.$tab.openPage(`/design-management/scheme/indexEdit`, '', {
+ id: row.id,
+ type: 'view'
+ });
};
onMounted(() => {
diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue
index c6ce76e..de50cb2 100644
--- a/src/views/design/volumeCatalog/index.vue
+++ b/src/views/design/volumeCatalog/index.vue
@@ -106,7 +106,7 @@
link
type="primary"
icon="View"
- v-if="scope.row.auditStatus != 'draft' && scope.row.auditStatus != 'finish'"
+ v-if="scope.row.auditStatus != 'draft'"
@click="handleAuditView(scope.row)"
v-hasPermi="['out:monthPlan:remove']"
>查看流程
-
+
+
diff --git a/src/views/materials/orderMaterials/index.vue b/src/views/materials/orderMaterials/index.vue
index 9be221d..ef93076 100644
--- a/src/views/materials/orderMaterials/index.vue
+++ b/src/views/materials/orderMaterials/index.vue
@@ -441,6 +441,7 @@ const getSupplierList = async () => {
pageSize: 10000
});
supplierOptions.value = res.rows;
+ console.log('🚀 ~ getSupplierList ~ res.rows:', res.rows);
};
onMounted(() => {
diff --git a/src/views/materials/overallPlanMaterialSupply/index.vue b/src/views/materials/overallPlanMaterialSupply/index.vue
index e69de29..67bddd4 100644
--- a/src/views/materials/overallPlanMaterialSupply/index.vue
+++ b/src/views/materials/overallPlanMaterialSupply/index.vue
@@ -0,0 +1,16 @@
+
+ init
+
+
+
+
+
diff --git a/src/views/materials/purchaseDoc/index.vue b/src/views/materials/purchaseDoc/index.vue
index adcc234..56511d2 100644
--- a/src/views/materials/purchaseDoc/index.vue
+++ b/src/views/materials/purchaseDoc/index.vue
@@ -4,9 +4,6 @@
-
-
-
@@ -86,18 +83,13 @@
>删除
-
- 导出
-
-
-
-
+
@@ -106,40 +98,50 @@
{{ parseTime(scope.row.arrivalDate, '{y}-{m}-{d}') }}
-
-
+
+
-
-
+
+
+
{{ parseTime(scope.row.preparedDate, '{y}-{m}-{d}') }}
-
-
-
-
+
- {{ parseTime(scope.row.signingDate, '{y}-{m}-{d}') }}
+ 回单
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -147,62 +149,71 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+