浏览代码

去掉箱来源

lichao 3 年之前
父节点
当前提交
1b785a8b0a
共有 1 个文件被更改,包括 15 次插入15 次删除
  1. 15 15
      src/views/kaihe/containerNews/boxInformation/index.vue

+ 15 - 15
src/views/kaihe/containerNews/boxInformation/index.vue

@@ -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 + '行箱状态不能为空')
         }