Commit ef2e8f0f authored by 张海景's avatar 张海景

update:修改异常报告排版

parent 69cfdc3a
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
width="1300rpx" width="1300rpx"
> >
<view class="feedback-card"> <view class="feedback-card">
<u-form label-width="90px" :model="ExceptionForms" :rules="rules"> <u-form label-width="70px" labelAlign ="right" :model="ExceptionForms" :rules="rules">
<!-- <u-form-item label="异常时间" prop="abnormalTime"> <!-- <u-form-item label="异常时间" prop="abnormalTime">
<u-input :border="true" v-model="ExceptionForms.abnormalTime"></u-input> <u-input :border="true" v-model="ExceptionForms.abnormalTime"></u-input>
<uni-datetime-picker class="times" type="date" :clear-icon="false" v-model="ExceptionForms.abnormalTime" /> <uni-datetime-picker class="times" type="date" :clear-icon="false" v-model="ExceptionForms.abnormalTime" />
...@@ -258,21 +258,25 @@ ...@@ -258,21 +258,25 @@
<uni-data-select v-model="ExceptionForms.abnormalReason" :localdata="reasonList"></uni-data-select> <uni-data-select v-model="ExceptionForms.abnormalReason" :localdata="reasonList"></uni-data-select>
</u-form-item> </u-form-item>
</u-col> </u-col>
<u-col span="6">
<u-form-item label="编批单号" prop="batchNumber">
<!-- <u-input :border="true" v-model="ExceptionForms.batchNumber" ></u-input> -->
{{ ExceptionForms.batchNumber }}
</u-form-item>
</u-col>
<u-col span="6">
<u-form-item label="工序" prop="processName">
<!-- <u-input :border="true" v-model="ExceptionForms.processName"></u-input> -->
{{ ExceptionForms.processName }}
</u-form-item>
</u-col>
<u-col span="6">
<u-form-item label="作业单元" prop="workstationName">
<!-- <u-input :border="true" v-model="ExceptionForms.workstationName"></u-input> -->
{{ ExceptionForms.workstationName }}
</u-form-item>
</u-col>
</u-row> </u-row>
<u-form-item label="编批单号" prop="batchNumber">
<!-- <u-input :border="true" v-model="ExceptionForms.batchNumber" ></u-input> -->
{{ ExceptionForms.batchNumber }}
</u-form-item>
<u-form-item label="工序" prop="processName">
<!-- <u-input :border="true" v-model="ExceptionForms.processName"></u-input> -->
{{ ExceptionForms.processName }}
</u-form-item>
<u-form-item label="作业单元" prop="workstationName">
<!-- <u-input :border="true" v-model="ExceptionForms.workstationName"></u-input> -->
{{ ExceptionForms.workstationName }}
</u-form-item>
</u-form> </u-form>
</view> </view>
</u-modal> </u-modal>
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<u-modal width="90%" v-model="qcModalFlag" :showConfirmButton=true :showCancelButton="true" title="请填写检验单" <u-modal width="90%" v-model="qcModalFlag" :showConfirmButton=true :showCancelButton="true" title="请填写检验单"
content="操作内容"> content="操作内容">
<u-form ref="qcForm" label-width="70px"> <u-form ref="qcForm" label-width="90px">
<u-row> <u-row>
<u-col span="5"> <u-col span="5">
<u-form-item label="任务编号"> <u-form-item label="任务编号">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment