diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/deliverorder/shipmentsPrint.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/deliverorder/shipmentsPrint.vue index b022f56d..bcb68269 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/deliverorder/shipmentsPrint.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/deliverorder/shipmentsPrint.vue @@ -10,9 +10,7 @@
发货单 -                    +                   
@@ -64,11 +62,7 @@ 尺寸(米) 备注 - + {{ item.name }} {{ getDictLabel(DICT_TYPE.HELI_MATERIAL_UNIT, item.unit) }} {{ item.amount }} @@ -123,8 +117,7 @@ {{ formData.transportBusNumber }} 电话 - {{ formData.transportDriverMobile }} + {{ formData.transportDriverMobile }} @@ -144,20 +137,13 @@
- @@ -209,11 +195,7 @@ - + @@ -268,8 +250,7 @@ - @@ -282,15 +263,13 @@
发货单 -                    +                   
尺寸(米) 备注
{{ item.name }} {{ getDictLabel(DICT_TYPE.HELI_MATERIAL_UNIT, item.unit) }} {{ item.amount }}{{ formData.transportBusNumber }} 电话 {{ formData.transportDriverMobile }} + {{ formData.transportDriverMobile }}
-
+ "> 制单人:{{ formData.creatorName }} -回单联-
@@ -298,7 +277,7 @@
-
+
@@ -363,7 +342,16 @@ - + + + + + + + + +
{{ item.amount }} {{ item.remark }}
  +
@@ -371,15 +359,13 @@
-
+ "> 制单人:{{ formData.creatorName }} -回单联-
diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/startprint.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/startprint.vue index 44f3ad35..54f3c15c 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/startprint.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/projectorder/startprint.vue @@ -13,22 +13,22 @@ 开发项目启动单 - +
项目编号
-
{{ `formData.code` }}
+
{{ formData.code}}
- - 客户名称 - - {{ formData.customer.name }} - - {{ formData.customer.brief }} - 编码: - {{ formData.customer.code }} - + + 客户名称 + + {{ formData.customer.name }} + + {{ formData.customer.brief }} + 编码: + {{ formData.customer.code }} + 项目名称 @@ -56,10 +56,7 @@
客户提供资料:
-
+
@@ -100,9 +97,11 @@ -
子项目信息
+ + +
子项目信息
+ + 序号 @@ -169,8 +168,8 @@ import * as ProjectOrderApi from '@/api/heli/projectorder' import { getIntDictOptions, getStrDictOptions, DICT_TYPE, getDictLabel } from '@/utils/dict' import { betweenDay, dateFormatter, formatDate } from '@/utils/formatTime' import { Check } from '@element-plus/icons-vue' -import {getCustomer} from "@/api/heli/customer"; -import {getOperateLogPage} from "@/api/system/operatelog"; +import { getCustomer } from '@/api/heli/customer' +import { getOperateLogPage } from '@/api/system/operatelog' const dialogVisible = ref(false) // 弹窗的是否展示 const onPrint = () => { @@ -325,10 +324,10 @@ const open = async (id: number) => { let logParams = { pageNo: 1, pageSize: 2, - typeList: [9,10] + typeList: [9, 10] } const logs = await getOperateLogPage(logParams) - if(logs.list && logs.list.length == 2){ + if (logs.list && logs.list.length == 2) { const approveLog = logs.list[0] const auditLog = logs.list[1] formData.value.approveTime = approveLog.startTime