Forráskód Böngészése

生产总订单-余料管理/材料入库字段调整

jingbb 8 hónapja
szülő
commit
687cb063f0

+ 0 - 33
src/views/production/productionTotalOrder/modules/SurplusMaterials.vue

@@ -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",

+ 0 - 19
src/views/production/productionTotalOrder/modules/SurplusMaterialsDetail.vue

@@ -211,19 +211,6 @@
                     dataIndex: 'framesTang',
                     ellipsis: true,
                 },
-                
-                {
-                    title: '框数量',
-                    align:"center",
-                    dataIndex: 'framesCount',
-                    ellipsis: true,
-                 },
-                 {
-                    title: '扇数量',
-                    align:"center",
-                    dataIndex: 'leafCount',
-                    ellipsis: true,
-                 },
                 {
                     title: '半成品分类',
                     align:"center",
@@ -267,12 +254,6 @@
                     dataIndex: 'glassNumber',
                     ellipsis: true,
                 },
-                {
-                    title: '杂收同步',
-                    align:"center",
-                    dataIndex: 'sync',
-                    ellipsis: true,
-                },
                 {
                     title: '同步状态',
                     align:"center",

+ 0 - 27
src/views/production/productionTotalOrder/modules/material.vue

@@ -150,18 +150,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>
@@ -447,21 +435,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",

+ 0 - 13
src/views/production/productionTotalOrder/modules/materialDetail.vue

@@ -220,19 +220,6 @@
                     dataIndex: 'framesTang',
                     ellipsis: true,
                 },
-                
-                {
-                    title: '框数量',
-                    align:"center",
-                    dataIndex: 'framesCount',
-                    ellipsis: true,
-                 },
-                {
-                    title: '扇数量',
-                    align:"center",
-                    dataIndex: 'leafCount',
-                    ellipsis: true,
-                },
                 {
                     title: '半成品分类',
                     align:"center",