|
@@ -109,16 +109,17 @@
|
|
|
<el-input v-if="scope.row.Edit" v-model="scope.row.imei" type="textarea" :autosize="{ minRows: 1.3, maxRows: 4}" style="width:95%;padding:10px 0;" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-
|
|
|
- <!-- <el-table-column label="指定设备" min-width="100px" align="center">
|
|
|
+<!--
|
|
|
+"自走式", value: "1";"固定式", value: "2";撒料设备", value: "3";"小料设备", value: "4" : 固定和小科不能使用指定设备-->
|
|
|
+ <el-table-column label="指定设备" min-width="100px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.NoEdit">{{ scope.row.appointName }}</span>
|
|
|
- <el-select v-if="scope.row.Edit" v-model="scope.row.appointName" filterable placeholder="指定设备" class="filter-item" style="width:95%;padding:10px 0;" @change="changeAppoint">
|
|
|
+ <el-select v-if="scope.row.Edit" v-model="scope.row.appointName" filterable placeholder="指定设备" class="filter-item" style="width:95%;padding:10px 0;" @change="changeAppoint" :disabled="scope.row.tclassid =='2' ||scope.row.tclassid =='4' ">
|
|
|
<el-option v-for="item in appoinsList" :key="item.id" :label="item.tname" :value="item.id" />
|
|
|
</el-select>
|
|
|
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="备注" min-width="90px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.NoEdit">{{ scope.row.remark }}</span>
|