|
|
|
|
@ -50,6 +50,18 @@
|
|
|
|
|
/>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="across-layout">
|
|
|
|
|
<a-form-item label="RFID IP" :label-col="formItemAcrossLayout.labelCol">
|
|
|
|
|
<a-input
|
|
|
|
|
v-decorator="['RFIDIp']"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
<a-form-item label="RFID PORT" :label-col="formItemAcrossLayout.labelCol">
|
|
|
|
|
<a-input
|
|
|
|
|
v-decorator="['RFIDPort']"
|
|
|
|
|
/>
|
|
|
|
|
</a-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
<a-divider></a-divider>
|
|
|
|
|
|
|
|
|
|
<div class="leftType">
|
|
|
|
|
@ -282,6 +294,8 @@ export default {
|
|
|
|
|
plcPort: newVal.plcPort,
|
|
|
|
|
lightSourceIp: newVal.lightSourceIp,
|
|
|
|
|
lightSourcePort: newVal.lightSourcePort,
|
|
|
|
|
RFIDIp: newVal.RFIDIp,
|
|
|
|
|
RFIDPort: newVal.RFIDPort,
|
|
|
|
|
leftType: newVal.leftType === null ? '' : newVal.leftType === 0 ? '单伸' : '双伸',
|
|
|
|
|
leftRow: newVal.leftRow,
|
|
|
|
|
leftColumn: newVal.leftColumn,
|
|
|
|
|
|