|
@@ -655,18 +655,18 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="fSource" label="箱来源" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- <el-select v-model="scope.row.fSource" style="width: 80%" placeholder="请选择箱来源">
|
|
|
- <el-option
|
|
|
- v-for="dict in sourceOptions"
|
|
|
- :key="dict.dictValue"
|
|
|
- :label="dict.dictLabel"
|
|
|
- :value="dict.dictValue"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column prop="fSource" label="箱来源" align="center">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <el-select v-model="scope.row.fSource" style="width: 80%" placeholder="请选择箱来源">-->
|
|
|
+<!-- <el-option-->
|
|
|
+<!-- v-for="dict in sourceOptions"-->
|
|
|
+<!-- :key="dict.dictValue"-->
|
|
|
+<!-- :label="dict.dictLabel"-->
|
|
|
+<!-- :value="dict.dictValue"-->
|
|
|
+<!-- />-->
|
|
|
+<!-- </el-select>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<el-table-column prop="fCntrstatus" label="箱状态" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select v-model="scope.row.fCntrstatus" style="width: 80%" placeholder="请选择箱状态">
|
|
@@ -1268,9 +1268,9 @@ export default {
|
|
|
if (!this.boxLeadIn[item].fOwner) {
|
|
|
return this.$message.error('第' + i + '行租贷公司不能为空')
|
|
|
}
|
|
|
- if (!this.boxLeadIn[item].fSource) {
|
|
|
- return this.$message.error('第' + i + '行箱来源不能为空')
|
|
|
- }
|
|
|
+ // if (!this.boxLeadIn[item].fSource) {
|
|
|
+ // return this.$message.error('第' + i + '行箱来源不能为空')
|
|
|
+ // }
|
|
|
if (!this.boxLeadIn[item].fCntrstatus) {
|
|
|
return this.$message.error('第' + i + '行箱状态不能为空')
|
|
|
}
|