| | |
| | | <br> --> |
| | | <el-table :data="this.tasklist3" :height="700" :row-class-name="rowClassName" |
| | | style="width: 100%;padding:0;"> |
| | | <el-table-column prop="flowcard" :label="$t('Flowcard')"></el-table-column> |
| | | <el-table-column prop="flowcard" :label="$t('Order')"></el-table-column> |
| | | <el-table-column prop="mateid" :label="$t('Mateid')"></el-table-column> |
| | | <el-table-column prop="films" :label="$t('Films')"></el-table-column> |
| | | <el-table-column prop="width" :label="$t('Width')"></el-table-column> |
| | |
| | | :span-method="spanMethod" class="bold-center"> |
| | | <el-table-column :min-width="80" prop="cage" :label="$t('Cage No')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="cell" :label="$t('Slot No')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="flowcard" :label="$t('Flowcard')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="flowcard" :label="$t('Order')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="customer" :label="$t('Customer')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="mateid" :label="$t('Mateid')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="glassWidth" :label="$t('Width')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="glassHeight" :label="$t('Height')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="thickness" :label="$t('Thickness')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="films" :label="$t('Films')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="number" :label="$t('number')"></el-table-column> |
| | | <el-table-column :min-width="80" prop="mateid" :label="$t('Mateid')"></el-table-column> |
| | | <!-- <el-table-column :min-width="80" prop="width" :label="$t('Width')"></el-table-column> --> |
| | | <el-table-column :min-width="250" :label="$t('Operate')"> |
| | | <template slot-scope='scope'> |
| | |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="flowcard" :label="$t('Flowcard')" align="center"> |
| | | <el-table-column prop="flowcard" :label="$t('Order')" align="center"> |
| | | <template slot-scope="scope"> |
| | | <div :style="{width: '105%', height: '100%', lineHeight: '38px' }"> |
| | | {{ scope.row.flowcard }} |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="cell" :label="$t('Slot No')" align="center"> |
| | | <template slot-scope="scope"> |
| | | <div :style="{width: '105%', height: '100%', lineHeight: '38px' }"> |
| | | <div :style="{backgroundColor: scope.row.state === 0 ? '#00FFFF' : '', width: '105%', height: '100%', lineHeight: '38px' }"> |
| | | {{ scope.row.cell }} |
| | | </div> |
| | | </template> |
| | |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="flowcard" :label="$t('Flowcard')" align="center"> |
| | | <el-table-column prop="flowcard" :label="$t('Order')" align="center"> |
| | | <template slot-scope="scope"> |
| | | <div :style="{width: '105%', height: '100%', lineHeight: '38px' }"> |
| | | {{ scope.row.flowcard }} |
| | |
| | | {{ $t('Select') }}</el-button> |
| | | </div> |
| | | <el-table :data="this.StorageCageAddInfo" :height="700" border style="width: 100%;overflow: auto;"> |
| | | <el-table-column prop="flowcard" :label="$t('Flowcard')"></el-table-column> |
| | | <el-table-column prop="flowcard" :label="$t('Order')"></el-table-column> |
| | | <el-table-column prop="tier" :label="$t('Tier')"></el-table-column> |
| | | <el-table-column prop="width" :label="$t('Width')"></el-table-column> |
| | | <el-table-column prop="height" :label="$t('Height')"></el-table-column> |