|
@@ -178,11 +178,11 @@
|
|
|
:footer="editBookFooterShow"
|
|
|
>
|
|
|
<!-- 集装箱代号 输入框 -->
|
|
|
- <template slot="containerCode" slot-scope="text, record, index">
|
|
|
+ <!-- <template slot="containerCode" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="containerCode" :rules="rules.containerCode" required>
|
|
|
<a-input style="width:100%" type="text" v-model="record.containerCode" />
|
|
|
</a-form-model-item>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
|
|
|
<!-- 集装箱号 输入框-->
|
|
|
<template slot="containerNo" slot-scope="text, record, index">
|
|
@@ -349,13 +349,13 @@ export default {
|
|
|
width: 120,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '集装箱代号',
|
|
|
- dataIndex: 'containerCode',
|
|
|
- width: 120,
|
|
|
- scopedSlots: { customRender: 'containerCode' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '集装箱代号',
|
|
|
+ // dataIndex: 'containerCode',
|
|
|
+ // width: 120,
|
|
|
+ // scopedSlots: { customRender: 'containerCode' },
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
title: '集装箱号',
|