Commit 852334c4 authored by chenzj's avatar chenzj

暂停作业bug

parent 33b6c1e6
...@@ -156,11 +156,12 @@ ...@@ -156,11 +156,12 @@
:title-style="{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '37px','padding-top': '0px'}" :title-style="{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '37px','padding-top': '0px'}"
v-model="stopReasonVisible" width="1300rpx"> v-model="stopReasonVisible" width="1300rpx">
<u-form label-width="100px" :model="feedback" :rules="rules"> <u-form label-width="100px" :model="feedback" :rules="rules">
<u-form-item label="故障类型" prop="quantity"> <u-form-item label="暂停原因" prop="quantity">
<uni-data-select :localdata="stopReasonList" @change="stopReasonChange"></uni-data-select> <uni-data-select :localdata="exception" @change="stopReas"></uni-data-select>
</u-form-item> </u-form-item>
<u-form-item label="故障原因" prop="nickName"> <u-form-item label="暂停描述" prop="nickName">
<u-input type="textarea" height="150" :border="true" v-model="stopReason"></u-input> <!-- <u-input type="textarea" height="150" :border="true" v-model="stopReason"></u-input> -->
<uni-data-select :localdata="reasonList" @change="changeReason"></uni-data-select>
</u-form-item> </u-form-item>
</u-form> </u-form>
</u-modal> </u-modal>
...@@ -171,10 +172,11 @@ ...@@ -171,10 +172,11 @@
:title-style="{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '60px','padding-top': '0px'}" :title-style="{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '60px','padding-top': '0px'}"
v-model="aopen" width="1300rpx"> v-model="aopen" width="1300rpx">
<u-form label-width="90px" :rules="rules"> <u-form label-width="90px" :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" />
</u-form-item> </u-form-item> -->
<u-row> <u-row>
<u-col span="6"> <u-col span="6">
<u-form-item label="异常类型" prop="abnormalType"> <u-form-item label="异常类型" prop="abnormalType">
...@@ -189,14 +191,17 @@ ...@@ -189,14 +191,17 @@
</u-row> </u-row>
<u-form-item label="编批单号" prop="batchNumber"> <u-form-item label="编批单号" prop="batchNumber">
<u-input :border="true" v-model="ExceptionForms.batchNumber"></u-input> <!-- <u-input :border="true" v-model="ExceptionForms.batchNumber" ></u-input> -->
{{ExceptionForms.batchNumber}}
</u-form-item> </u-form-item>
<u-form-item label="工序" prop="processName"> <u-form-item label="工序" prop="processName">
<u-input :border="true" v-model="ExceptionForms.processName"></u-input> <!-- <u-input :border="true" v-model="ExceptionForms.processName"></u-input> -->
{{ExceptionForms.processName}}
</u-form-item> </u-form-item>
<u-form-item label="作业单元" prop="workstationName"> <u-form-item label="作业单元" prop="workstationName">
<u-input :border="true" v-model="ExceptionForms.workstationName"></u-input> <!-- <u-input :border="true" v-model="ExceptionForms.workstationName"></u-input> -->
{{ExceptionForms.workstationName}}
</u-form-item> </u-form-item>
......
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