|
|
@@ -135,18 +135,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="rx ww50" v-if="it.extInfo.isQualified && it.extInfo.isQualified == 2">
|
|
|
+ <!-- <view class="rx ww50" v-if="it.extInfo.isQualified && it.extInfo.isQualified == 2">
|
|
|
<view class="lable lable150 rx-cc ">类型</view>
|
|
|
<view class="content content_num">
|
|
|
<zxz-uni-data-select :localdata="notTypeList" v-model="it.extInfo.notType" dataValue='code'
|
|
|
format='{name}' dataKey="code" filterable :disabled="isDetails"
|
|
|
:clear='false'></zxz-uni-data-select>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="item rx-sc" v-if="it.extInfo.isQualified != 1 && it.extInfo.notType != 5 ">
|
|
|
+<!-- <view class="item rx-sc" v-if="it.extInfo.isQualified != 1 && it.extInfo.notType != 5 ">
|
|
|
<view class="rx ">
|
|
|
<view class="lable lable150 rx-cc ">原因</view>
|
|
|
<view class="content content_num">
|
|
|
@@ -155,7 +155,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
|
|
|
|
@@ -359,6 +359,8 @@
|
|
|
type: Array,
|
|
|
default: () => []
|
|
|
},
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|