|
@@ -1,10 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<!-- 危险作业工程 -->
|
|
<!-- 危险作业工程 -->
|
|
- <view>
|
|
|
|
|
|
+ <scroll-view>
|
|
<view class="background">
|
|
<view class="background">
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<view>
|
|
<view>
|
|
工程名称
|
|
工程名称
|
|
</view>
|
|
</view>
|
|
@@ -12,18 +12,18 @@
|
|
@click="pickerShow('name')">
|
|
@click="pickerShow('name')">
|
|
<span style="color: darkgray;">请选择工程</span>
|
|
<span style="color: darkgray;">请选择工程</span>
|
|
<image src="../../static/images/icon_right.png"
|
|
<image src="../../static/images/icon_right.png"
|
|
- style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
|
|
|
|
+ class="to-right-icon"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else style="margin-top: 10;" @click="pickerShow('name')">
|
|
<view v-else style="margin-top: 10;" @click="pickerShow('name')">
|
|
<span style="color: black;">{{projectObj.enginName}}</span>
|
|
<span style="color: black;">{{projectObj.enginName}}</span>
|
|
<image src="../../static/images/icon_right.png"
|
|
<image src="../../static/images/icon_right.png"
|
|
- style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
|
|
|
|
+ class="to-right-icon"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<view>
|
|
<view>
|
|
工程地点
|
|
工程地点
|
|
</view>
|
|
</view>
|
|
@@ -49,26 +49,26 @@
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<view>
|
|
<view>
|
|
工程时间
|
|
工程时间
|
|
</view>
|
|
</view>
|
|
<view v-if="isEmpty(this.projectTime)" @click="openDatetimePicker">
|
|
<view v-if="isEmpty(this.projectTime)" @click="openDatetimePicker">
|
|
<span style="color: darkgray;">请选择工程时间</span>
|
|
<span style="color: darkgray;">请选择工程时间</span>
|
|
<image src="../../static/images/icon_right.png"
|
|
<image src="../../static/images/icon_right.png"
|
|
- style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
|
|
|
|
+ class="to-right-icon"></image>
|
|
</view>
|
|
</view>
|
|
<view v-else @click="openDatetimePicker">
|
|
<view v-else @click="openDatetimePicker">
|
|
<span style="color: black;">{{projectTime}}</span>
|
|
<span style="color: black;">{{projectTime}}</span>
|
|
<image src="../../static/images/icon_right.png"
|
|
<image src="../../static/images/icon_right.png"
|
|
- style=" position: absolute; width: 15px;height: 15px;"></image>
|
|
|
|
|
|
+ class="to-right-icon"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>管径</text>
|
|
<text>管径</text>
|
|
<input class="uni-input" type="digit" v-model="projectObj.pipeDiameter" placeholder="请输入管径"
|
|
<input class="uni-input" type="digit" v-model="projectObj.pipeDiameter" placeholder="请输入管径"
|
|
@@ -77,7 +77,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>管材</text>
|
|
<text>管材</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.tubularProduct" placeholder="请输入管材"
|
|
<input class="uni-input" type="text" v-model="projectObj.tubularProduct" placeholder="请输入管材"
|
|
@@ -86,7 +86,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>是否存在套管</text>
|
|
<text>是否存在套管</text>
|
|
<view>
|
|
<view>
|
|
@@ -100,7 +100,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>管道压力</text>
|
|
<text>管道压力</text>
|
|
<input class="uni-input" type="digit" v-model="projectObj.pipePressure" placeholder="请输入管道压力"
|
|
<input class="uni-input" type="digit" v-model="projectObj.pipePressure" placeholder="请输入管道压力"
|
|
@@ -109,7 +109,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>气源方向</text>
|
|
<text>气源方向</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.gasSourceDirection" placeholder="请输入气源方向"
|
|
<input class="uni-input" type="text" v-model="projectObj.gasSourceDirection" placeholder="请输入气源方向"
|
|
@@ -118,7 +118,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>作业位置</text>
|
|
<text>作业位置</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.taskPosition" placeholder="请输入作业位置"
|
|
<input class="uni-input" type="text" v-model="projectObj.taskPosition" placeholder="请输入作业位置"
|
|
@@ -127,7 +127,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>作业相关阀门位置</text>
|
|
<text>作业相关阀门位置</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.valvePosition" placeholder="请输入作业相关阀门位置"
|
|
<input class="uni-input" type="text" v-model="projectObj.valvePosition" placeholder="请输入作业相关阀门位置"
|
|
@@ -136,7 +136,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>压力报告</text>
|
|
<text>压力报告</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.stressReport" placeholder="请输入压力报告"
|
|
<input class="uni-input" type="text" v-model="projectObj.stressReport" placeholder="请输入压力报告"
|
|
@@ -146,7 +146,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>监理旁站记录</text>
|
|
<text>监理旁站记录</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.supervisionRecord" placeholder="请输入监理旁站记录"
|
|
<input class="uni-input" type="text" v-model="projectObj.supervisionRecord" placeholder="请输入监理旁站记录"
|
|
@@ -156,7 +156,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>工作联系单</text>
|
|
<text>工作联系单</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.workContactForm" placeholder="请输入工作联系单"
|
|
<input class="uni-input" type="text" v-model="projectObj.workContactForm" placeholder="请输入工作联系单"
|
|
@@ -165,7 +165,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>巡线确认单</text>
|
|
<text>巡线确认单</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.linePatrolConfirmationForm"
|
|
<input class="uni-input" type="text" v-model="projectObj.linePatrolConfirmationForm"
|
|
@@ -174,22 +174,22 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>危险作业坑大小(长,宽,深)</text>
|
|
<text>危险作业坑大小(长,宽,深)</text>
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsLong" placeholder="请输入长"
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsLong" placeholder="请输入长"
|
|
- maxlength="9" style="margin-left: 10px;text-align: right;"></input>
|
|
|
|
|
|
+ maxlength="9" style="margin-left: 10px;text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
|
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsWide" placeholder="请输入宽"
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsWide" placeholder="请输入宽"
|
|
- maxlength="9" style="margin-left: 10px;text-align: right;"></input>
|
|
|
|
|
|
+ maxlength="9" style="margin-left: 10px;text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
|
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsDeep" placeholder="请输入深"
|
|
<input class="uni-input" type="digit" v-model="projectObj.hazardousWorkPitsDeep" placeholder="请输入深"
|
|
- maxlength="9" style="margin-left: 10px;text-align: right;"></input>
|
|
|
|
|
|
+ maxlength="9" style="margin-left: 10px;text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
|
|
|
<text>是否需要支护</text>
|
|
<text>是否需要支护</text>
|
|
<view>
|
|
<view>
|
|
@@ -202,7 +202,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>作业坑内其他管道情况</text>
|
|
<text>作业坑内其他管道情况</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.otherPipelineConditionsWorkPit"
|
|
<input class="uni-input" type="text" v-model="projectObj.otherPipelineConditionsWorkPit"
|
|
placeholder="请输入作业坑内其他管道情况" maxlength="100"
|
|
placeholder="请输入作业坑内其他管道情况" maxlength="100"
|
|
@@ -212,7 +212,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>现场负责人</text>
|
|
<text>现场负责人</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.siteHead" placeholder="请输入现场负责人"
|
|
<input class="uni-input" type="text" v-model="projectObj.siteHead" placeholder="请输入现场负责人"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -220,7 +220,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>现场负责人联系方式</text>
|
|
<text>现场负责人联系方式</text>
|
|
<input class="uni-input" type="number" v-model="projectObj.siteHeadPhone" placeholder="请输入现场负责人联系方式"
|
|
<input class="uni-input" type="number" v-model="projectObj.siteHeadPhone" placeholder="请输入现场负责人联系方式"
|
|
maxlength="11" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="11" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -228,7 +228,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>作业人员信息</text>
|
|
<text>作业人员信息</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.operatorInformation"
|
|
<input class="uni-input" type="text" v-model="projectObj.operatorInformation"
|
|
placeholder="请输入作业人员信息" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
placeholder="请输入作业人员信息" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -236,7 +236,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>检口</text>
|
|
<text>检口</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.inspectionPort" placeholder="请输入检口"
|
|
<input class="uni-input" type="text" v-model="projectObj.inspectionPort" placeholder="请输入检口"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -244,7 +244,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>管道刷油</text>
|
|
<text>管道刷油</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelinePainting" placeholder="请输入管道刷油"
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelinePainting" placeholder="请输入管道刷油"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -252,7 +252,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>管道防腐</text>
|
|
<text>管道防腐</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelineCorrosionProtection"
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelineCorrosionProtection"
|
|
placeholder="请输入管道防腐" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
placeholder="请输入管道防腐" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -260,7 +260,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>管道支护</text>
|
|
<text>管道支护</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelineSupport" placeholder="请输入管道支护"
|
|
<input class="uni-input" type="text" v-model="projectObj.pipelineSupport" placeholder="请输入管道支护"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -268,7 +268,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>砌筑阀门井</text>
|
|
<text>砌筑阀门井</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.masonryValveWell" placeholder="请输入砌筑阀门井"
|
|
<input class="uni-input" type="text" v-model="projectObj.masonryValveWell" placeholder="请输入砌筑阀门井"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -276,7 +276,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>保护井</text>
|
|
<text>保护井</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.protectionWell" placeholder="请输入保护井"
|
|
<input class="uni-input" type="text" v-model="projectObj.protectionWell" placeholder="请输入保护井"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -284,7 +284,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>管件保护井砌筑</text>
|
|
<text>管件保护井砌筑</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.pipeProtectionWelMasonry"
|
|
<input class="uni-input" type="text" v-model="projectObj.pipeProtectionWelMasonry"
|
|
placeholder="请输入管件保护井砌筑" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
placeholder="请输入管件保护井砌筑" maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -292,7 +292,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>回填</text>
|
|
<text>回填</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.backfill" placeholder="请输入回填"
|
|
<input class="uni-input" type="text" v-model="projectObj.backfill" placeholder="请输入回填"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -300,7 +300,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>夯实</text>
|
|
<text>夯实</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.tamp" placeholder="请输入夯实" maxlength="100"
|
|
<input class="uni-input" type="text" v-model="projectObj.tamp" placeholder="请输入夯实" maxlength="100"
|
|
style="margin-left: 10px;text-align: right;"></input>
|
|
style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -308,7 +308,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>平整场地</text>
|
|
<text>平整场地</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.levelingTheSite" placeholder="请输入平整场地"
|
|
<input class="uni-input" type="text" v-model="projectObj.levelingTheSite" placeholder="请输入平整场地"
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
maxlength="100" style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -316,7 +316,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
- <view class="container">
|
|
|
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
<text>备注</text>
|
|
<text>备注</text>
|
|
<input class="uni-input" type="text" v-model="projectObj.remark" placeholder="请输入备注" maxlength="100"
|
|
<input class="uni-input" type="text" v-model="projectObj.remark" placeholder="请输入备注" maxlength="100"
|
|
style="margin-left: 10px;text-align: right;"></input>
|
|
style="margin-left: 10px;text-align: right;"></input>
|
|
@@ -324,11 +324,11 @@
|
|
</view>
|
|
</view>
|
|
<view class="uni-list">
|
|
<view class="uni-list">
|
|
<view class="align-items" style="margin-bottom: 20px;">
|
|
<view class="align-items" style="margin-bottom: 20px;">
|
|
- <view class="container" style="color: gainsboro;">*请上传文件</view>
|
|
|
|
|
|
+ <view class="container" style="color: #b2b2b2;">*请上传文件</view>
|
|
<view style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
<view style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
|
|
<!-- -->
|
|
<!-- -->
|
|
- <image src="/static/images/chooseimg.png" mode=""
|
|
|
|
- style="width: 100rpx; height: 100rpx; margin: 0 12rpx;; " @click="chooseFile()"></image>
|
|
|
|
|
|
+ <image src="/static/images/updateimg.png" mode=""
|
|
|
|
+ style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="chooseFile()"></image>
|
|
<view v-for="(item,index) in fileArr" :key="index" style="position: relative;">
|
|
<view v-for="(item,index) in fileArr" :key="index" style="position: relative;">
|
|
<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
|
|
<image
|
|
<image
|
|
@@ -353,23 +353,22 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
- <view class="action-btn">
|
|
|
|
- <button @click="submit" class="btn cu-btn block bg-blue lg round">提交</button>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <SelectPicker :list="rows" @change="projectListSelect" v-if="open" @close="close" titleKey="name"
|
|
|
|
- subtitleKey="id" v-model="name"></SelectPicker>
|
|
|
|
-
|
|
|
|
- <yt-dateTimePicker ref="myPicker" @submit="handleSubmit" :start-year="2024" :end-year="2099"
|
|
|
|
- :time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" />
|
|
|
|
-
|
|
|
|
- <!-- 下载提示页面 -->
|
|
|
|
- <mypopup :show="show_loding" :popupText="popupText" :titleText="titleText" :cancelText="cancelText"
|
|
|
|
- :confirmText="confirmText" @close="cancel_loding" @confirm="confirm_loding">
|
|
|
|
- </mypopup>
|
|
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ <view class="action-btn">
|
|
|
|
+ <button @click="submit" class="btn cu-btn block bg-blue lg round">提交</button>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ <SelectPicker :list="rows" @change="projectListSelect" v-if="open" @close="close" titleKey="name"
|
|
|
|
+ subtitleKey="id" v-model="name"></SelectPicker>
|
|
|
|
+
|
|
|
|
+ <yt-dateTimePicker ref="myPicker" @submit="handleSubmit" :start-year="2024" :end-year="2099"
|
|
|
|
+ :time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" />
|
|
|
|
+
|
|
|
|
+ <!-- 下载提示页面 -->
|
|
|
|
+ <mypopup :show="show_loding" :popupText="popupText" :titleText="titleText" :cancelText="cancelText"
|
|
|
|
+ :confirmText="confirmText" @close="cancel_loding" @confirm="confirm_loding">
|
|
|
|
+ </mypopup>
|
|
|
|
+ </scroll-view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -846,12 +845,23 @@
|
|
<style>
|
|
<style>
|
|
.container {
|
|
.container {
|
|
display: flex;
|
|
display: flex;
|
|
- margin-left: 10px;
|
|
|
|
- margin-top: 10px;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- align-items: flex-start;
|
|
|
|
|
|
+ align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ padding: 10px;
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
+ .uni-list {
|
|
|
|
+ border: 1xp solid #eee;
|
|
|
|
+ }
|
|
|
|
+ .to-right-icon {
|
|
|
|
+ width: 15px;
|
|
|
|
+ height: 15px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 50%;
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
.marginLeft5 {
|
|
.marginLeft5 {
|
|
margin-left: 5px;
|
|
margin-left: 5px;
|
|
@@ -870,12 +880,15 @@
|
|
}
|
|
}
|
|
|
|
|
|
.background {
|
|
.background {
|
|
- margin: 8px;
|
|
|
|
- padding: 10px;
|
|
|
|
- background-color: #fff;
|
|
|
|
- border-radius: 5px;
|
|
|
|
- padding-left: 5px;
|
|
|
|
- padding-right: 10px;
|
|
|
|
|
|
+ // border: 15px solid hsla(0, 0%, 100%, .5);
|
|
|
|
+ background: white;
|
|
|
|
+ background-clip: padding-box;
|
|
|
|
+ padding: 20rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+ margin: 20rpx;
|
|
|
|
+ /*从padding开始往外面裁剪背景*/
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.uni-list-cell {
|
|
.uni-list-cell {
|
|
@@ -937,14 +950,20 @@
|
|
width: 10px;
|
|
width: 10px;
|
|
height: 10px;
|
|
height: 10px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.btn {
|
|
.btn {
|
|
- margin-top: 40px;
|
|
|
|
- margin-right: 20px;
|
|
|
|
- margin-bottom: 120px;
|
|
|
|
- margin-left: 20px;
|
|
|
|
- height: 45px;
|
|
|
|
- }
|
|
|
|
|
|
+ width: 715rpx;
|
|
|
|
+ height: 69rpx;
|
|
|
|
+ background: #79A4F0;
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ font-size: 25rpx;
|
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ line-height: 69rpx;
|
|
|
|
+ margin-top: 40rpx;
|
|
|
|
+ margin-bottom: 100rpx;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
.number {
|
|
.number {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -956,6 +975,38 @@
|
|
padding: 10px;
|
|
padding: 10px;
|
|
/* 设置padding以提高视觉效果 */
|
|
/* 设置padding以提高视觉效果 */
|
|
}
|
|
}
|
|
|
|
+ .tj-btn {
|
|
|
|
+ height: 69rpx;
|
|
|
|
+ background: #3184f0;
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ font-size: 25rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ line-height: 69rpx;
|
|
|
|
+ margin: 40rpx 70rpx;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .sc-btn {
|
|
|
|
+ height: 69rpx;
|
|
|
|
+ background: #f0686b;
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ font-size: 25rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ line-height: 69rpx;
|
|
|
|
+ margin: 40rpx;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .num-style {
|
|
|
|
+ background: #e8f4f9;
|
|
|
|
+ margin: 20rpx;
|
|
|
|
+ padding: 10rpx;
|
|
|
|
+ border-radius: 20rpx;
|
|
|
|
+ border: 1px solid #d4e3f0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
.textarea {
|
|
.textarea {
|
|
margin-top: 10upx;
|
|
margin-top: 10upx;
|