|
@@ -179,17 +179,17 @@
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业基本信息" prop="basicInformation">
|
|
|
- <el-input v-model="form.basicInformation" placeholder="请填写作业基本信息" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.basicInformation" placeholder="请填写作业基本信息" maxlength="50"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="工程名称" prop="enginName">
|
|
|
- <el-input v-model="form.enginName" placeholder="请填写作业基本信息" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.enginName" placeholder="请填写作业基本信息" maxlength="50"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="工程地点" prop="enginAddre">
|
|
|
- <el-input v-model="form.enginAddre" placeholder="请填写工程地点" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.enginAddre" placeholder="请填写工程地点" maxlength="100"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -208,7 +208,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="现场负责人" prop="siteHead">
|
|
|
- <el-input v-model="form.siteHead" placeholder="请填写现场负责人" maxlength="16"/>
|
|
|
+ <el-input v-model="form.siteHead" placeholder="请填写现场负责人" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
@@ -220,34 +220,34 @@
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业人员信息" prop="operatorInformation">
|
|
|
- <el-input v-model="form.operatorInformation" placeholder="请填写作业人员信息" maxlength="200"/>
|
|
|
+ <el-input v-model="form.operatorInformation" placeholder="请填写作业人员信息" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="监理旁站记录" prop="supervisionRecord">
|
|
|
- <el-input v-model="form.supervisionRecord" placeholder="请填写监理旁站记录" maxlength="200"/>
|
|
|
+ <el-input v-model="form.supervisionRecord" placeholder="请填写监理旁站记录" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="工作联系单" prop="workContactForm">
|
|
|
- <el-input v-model="form.workContactForm" placeholder="请填写工作联系单" maxlength="200"/>
|
|
|
+ <el-input v-model="form.workContactForm" placeholder="请填写工作联系单" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="巡线确认单" prop="linePatrolConfirmationForm">
|
|
|
- <el-input v-model="form.linePatrolConfirmationForm" placeholder="请填写巡线确认单" maxlength="200"/>
|
|
|
+ <el-input v-model="form.linePatrolConfirmationForm" placeholder="请填写巡线确认单" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业位置" prop="taskPosition">
|
|
|
- <el-input v-model="form.taskPosition" placeholder="请填写作业位置" maxlength="200"/>
|
|
|
+ <el-input v-model="form.taskPosition" placeholder="请填写作业位置" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="相关阀门位置" prop="valvePosition">
|
|
|
- <el-input v-model="form.valvePosition" placeholder="请填写与作业相关阀门位置" maxlength="200"/>
|
|
|
+ <el-input v-model="form.valvePosition" placeholder="请填写与作业相关阀门位置" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -266,29 +266,29 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管径" prop="pipeDiameter">
|
|
|
- <el-input v-model="form.pipeDiameter" placeholder="请填写管径" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.pipeDiameter" placeholder="请填写管径" maxlength="50"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管材" prop="tubularProduct">
|
|
|
- <el-input v-model="form.tubularProduct" placeholder="请填写管材" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.tubularProduct" placeholder="请填写管材" maxlength="50"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管道压力" prop="pipePressure">
|
|
|
- <el-input v-model="form.pipePressure" placeholder="请填写管道压力" maxlength="200"></el-input>
|
|
|
+ <el-input v-model="form.pipePressure" placeholder="请填写管道压力" maxlength="50"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="压力报告" prop="stressReport">
|
|
|
- <el-input v-model="form.stressReport" placeholder="请填写压力报告" maxlength="200"/>
|
|
|
+ <el-input v-model="form.stressReport" placeholder="请填写压力报告" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="气流方向" prop="gasSourceDirection">
|
|
|
- <el-input v-model="form.gasSourceDirection" placeholder="请填写气流方向" maxlength="200"/>
|
|
|
+ <el-input v-model="form.gasSourceDirection" placeholder="请填写气流方向" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -307,104 +307,110 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管道支护" prop="pipelineSupport">
|
|
|
- <el-input v-model="form.pipelineSupport" placeholder="请填写管道支护" maxlength="200"/>
|
|
|
+ <el-input v-model="form.pipelineSupport" placeholder="请填写管道支护" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="检口" prop="inspectionPort">
|
|
|
- <el-input v-model="form.inspectionPort" placeholder="请填写检口" maxlength="200"/>
|
|
|
+ <el-input v-model="form.inspectionPort" placeholder="请填写检口" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管道刷油" prop="pipelinePainting">
|
|
|
- <el-input v-model="form.pipelinePainting" placeholder="请填写管道刷油" maxlength="200"/>
|
|
|
+ <el-input v-model="form.pipelinePainting" placeholder="请填写管道刷油" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管道防腐" prop="pipelineCorrosionProtection">
|
|
|
- <el-input v-model="form.pipelineCorrosionProtection" placeholder="请填写管道防腐" maxlength="200"/>
|
|
|
+ <el-input v-model="form.pipelineCorrosionProtection" placeholder="请填写管道防腐" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="其他管道情况" prop="otherPipelineConditionsWorkPit">
|
|
|
- <el-input v-model="form.otherPipelineConditionsWorkPit" placeholder="请填写其他管道情况" maxlength="200"/>
|
|
|
+ <el-input v-model="form.otherPipelineConditionsWorkPit" placeholder="请填写其他管道情况" maxlength="100"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="保护井" prop="protectionWell">
|
|
|
- <el-input v-model="form.protectionWell" placeholder="请填写保护井" maxlength="200"/>
|
|
|
+ <el-input v-model="form.protectionWell" placeholder="请填写保护井" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="管件保护井砌筑" prop="pipeProtectionWelMasonry">
|
|
|
- <el-input v-model="form.pipeProtectionWelMasonry" placeholder="请填写管件保护井砌筑" maxlength="200"/>
|
|
|
+ <el-input v-model="form.pipeProtectionWelMasonry" placeholder="请填写管件保护井砌筑" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="砌筑阀门井" prop="masonryValveWell">
|
|
|
- <el-input v-model="form.masonryValveWell" placeholder="请填写砌筑阀门井" maxlength="200"/>
|
|
|
+ <el-input v-model="form.masonryValveWell" placeholder="请填写砌筑阀门井" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业坑(长)(米)" prop="hazardousWorkPitsLong">
|
|
|
- <el-input v-model="form.hazardousWorkPitsLong" placeholder="请填写危险作业坑大小(长)" maxlength="11"/>
|
|
|
+ <el-input v-model="form.hazardousWorkPitsLong" placeholder="请填写危险作业坑大小(长)" maxlength="9"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业坑(宽)(米)" prop="hazardousWorkPitsWide">
|
|
|
- <el-input v-model="form.hazardousWorkPitsWide" placeholder="请填写危险作业坑大小(宽)" maxlength="11"/>
|
|
|
+ <el-input v-model="form.hazardousWorkPitsWide" placeholder="请填写危险作业坑大小(宽)" maxlength="9"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="作业坑(深)(米)" prop="hazardousWorkPitsDeep">
|
|
|
- <el-input v-model="form.hazardousWorkPitsDeep" placeholder="请填写危险作业坑大小(深)" maxlength="11"/>
|
|
|
+ <el-input v-model="form.hazardousWorkPitsDeep" placeholder="请填写危险作业坑大小(深)" maxlength="9"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="回填" prop="backfill">
|
|
|
- <el-input v-model="form.backfill" placeholder="请填写回填" maxlength="200"/>
|
|
|
+ <el-input v-model="form.backfill" placeholder="请填写回填" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="夯实" prop="tamp">
|
|
|
- <el-input v-model="form.tamp" placeholder="请填写夯实" maxlength="200"/>
|
|
|
+ <el-input v-model="form.tamp" placeholder="请填写夯实" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="平整场地" prop="levelingTheSite">
|
|
|
- <el-input v-model="form.levelingTheSite" placeholder="请填写平整场地" maxlength="200"/>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="24">
|
|
|
- <el-form-item label="备注" prop="remark" style="width: 42.7%;">
|
|
|
- <el-input
|
|
|
- v-model="form.remark"
|
|
|
- type="textarea"
|
|
|
- placeholder="请输入内容"
|
|
|
- class="remark_input"
|
|
|
- maxlength="200"
|
|
|
- />
|
|
|
+ <el-input v-model="form.levelingTheSite" placeholder="请填写平整场地" maxlength="50"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+<!-- <el-row>-->
|
|
|
+<!-- <el-col :span="24">-->
|
|
|
+<!-- <el-form-item label="备注" prop="remark" style="width: 42.7%;">-->
|
|
|
+<!-- <el-input-->
|
|
|
+<!-- v-model="form.remark"-->
|
|
|
+<!-- type="textarea"-->
|
|
|
+<!-- placeholder="请输入内容"-->
|
|
|
+<!-- class="remark_input"-->
|
|
|
+<!-- maxlength="200"-->
|
|
|
+<!-- />-->
|
|
|
+<!-- </el-form-item>-->
|
|
|
+<!-- </el-col>-->
|
|
|
+<!-- </el-row>-->
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="24">
|
|
|
- <el-form-item label="附件" prop="">
|
|
|
+ <el-form-item label="附件" prop="files" v-if="form.id">
|
|
|
<ObsFileUpload ref="obsFileUpload" :file-size="100"
|
|
|
:file-type="['dwg','dwt','doc','docx','xls','xlsx','png', 'jpg', 'jpeg']" :limit="9999"
|
|
|
:value="form.pics"
|
|
|
></ObsFileUpload>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label="附件" prop="files" v-else>
|
|
|
+ <ObsFileUpload ref="obsFileUpload" :file-size="100"
|
|
|
+ :file-type="['dwg','dwt','doc','docx','xls','xlsx','png', 'jpg', 'jpeg']" :limit="9999"
|
|
|
+ :value="form.files"
|
|
|
+ ></ObsFileUpload>
|
|
|
+ </el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|