|
|
|
@ -168,8 +168,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item1" style="color: #000; position: relative" v-show="!(selectList.value == 'checkTypeSC' || selectList.value == 'checkTypeSCXJ')">
|
|
|
|
|
<div class="item1">抽样数量: {{ item.itemMethod }}</div>
|
|
|
|
|
<input :value="item.sampleQuality" type="number" v-if="selectList.value == 'checkTypeCP'" style="border: 1px solid #ddd" @input="changeInput1($event, index)" @blur="changeInput1($event, index)" />
|
|
|
|
|
<input :value="item.sampleQuality" type="number" v-if="selectList.value != 'checkTypeCP'" style="border: 1px solid #ddd" @blur="changeInput($event, index)" />
|
|
|
|
|
<!-- <input :value="item.sampleQuality" type="number" v-if="selectList.value == 'checkTypeCP'" style="border: 1px solid #ddd" @input="changeInput1($event, index)" @blur="changeInput1($event, index)" /> -->
|
|
|
|
|
<input :value="item.sampleQuality" type="number" style="border: 1px solid #ddd" @blur="changeInput($event, index)" />
|
|
|
|
|
<!-- <uni-easyinput type="number" :value="item.sampleQuality" :inputBorder="true" @blur="changeInput($event,index)"/> -->
|
|
|
|
|
<!-- <jPicker style="border: 1px solid #ffffff; color: #000" :moren="moren3" @bindpicker="selectProductlocCode2(index, $event)" showKey="label" valKey="value" :val="item.defectCode" :options="model.locList1" /> -->
|
|
|
|
|
<!-- <u-input placeholder="请输入抽样数量" :value="item.sampleQuality" :border="true" @input="changeInput($event,index)" /> -->
|
|
|
|
|