|
@@ -144,18 +144,6 @@
|
|
|
<a-input placeholder="请输入" v-model="record.framesTang" v-else></a-input>
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
- <template slot="framesCount" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="framesCount" class='sonItem'>
|
|
|
- <span v-if="title=='订单操作'">{{ record.framesCount }}</span>
|
|
|
- <a-input placeholder="请输入" v-model="record.framesCount" v-else></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </template>
|
|
|
- <template slot="leafCount" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="leafCount" class='sonItem'>
|
|
|
- <span v-if="title=='订单操作'">{{ record.leafCount }}</span>
|
|
|
- <a-input placeholder="请输入" v-model="record.leafCount" v-else></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </template>
|
|
|
<template slot="semiClass" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="semiClass" class='sonItem'>
|
|
|
<span v-if="title=='订单操作'">{{ record.semiClass }}</span>
|
|
@@ -427,21 +415,6 @@
|
|
|
ellipsis: true,
|
|
|
scopedSlots: { customRender: 'framesTang' }
|
|
|
},
|
|
|
-
|
|
|
- {
|
|
|
- title: '框数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'framesCount',
|
|
|
- ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'framesCount' }
|
|
|
- },
|
|
|
- {
|
|
|
- title: '扇数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'leafCount',
|
|
|
- ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'leafCount' }
|
|
|
- },
|
|
|
{
|
|
|
title: '半成品分类',
|
|
|
align:"center",
|
|
@@ -492,12 +465,6 @@
|
|
|
ellipsis: true,
|
|
|
scopedSlots: { customRender: 'glassNumber' }
|
|
|
},
|
|
|
- {
|
|
|
- title: '杂收同步',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'sync',
|
|
|
- ellipsis: true
|
|
|
- },
|
|
|
{
|
|
|
title: '同步状态',
|
|
|
align:"center",
|