|
|
@@ -49,9 +49,16 @@
|
|
|
</view>
|
|
|
</u-cell>
|
|
|
<u-cell title="设备名称" arrow-direction="down">
|
|
|
- <uni-data-picker ellipsis :readonly="!isDisable" v-model="form.demandDetailId" slot="value"
|
|
|
+
|
|
|
+
|
|
|
+ <view slot="value" style="display: flex;align-items: center;width: 100%;" v-if="type=='view'">
|
|
|
+ <u--input disabled style="flex:1" border="surround" v-model="form.categoryName">
|
|
|
+ </u--input>
|
|
|
+ </view>
|
|
|
+ <uni-data-picker ellipsis :readonly="!isDisable" v-model="form.demandDetailId" slot="value" v-else
|
|
|
placeholder="请选择" :localdata="deviceList" @change="sourceCodeOnchange">
|
|
|
</uni-data-picker>
|
|
|
+
|
|
|
</u-cell>
|
|
|
<u-cell title="设备编码" arrow-direction="down">
|
|
|
<view slot="value" style="display: flex;align-items: center;width: 90%;">
|