Browse Source

面损表列表增加状态列,计划号查询cCode

fenghaifu 2 years ago
parent
commit
d2b19cba2f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/cost-allocation-total/fabricLossesSummary.vue

+ 4 - 2
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -26,7 +26,7 @@
             <template v-if="toggleSearchStatus">
             <template v-if="toggleSearchStatus">
               <a-col :md="6" :sm="8">
               <a-col :md="6" :sm="8">
               <a-form-item label="计划单号">
               <a-form-item label="计划单号">
-                <a-input placeholder="请输入" v-model="queryParam.ccode"></a-input>
+                <a-input placeholder="请输入" v-model="queryParam.cCode"></a-input>
               </a-form-item>
               </a-form-item>
             </a-col>
             </a-col>
             <a-col :md="6" :sm="8">
             <a-col :md="6" :sm="8">
@@ -194,13 +194,15 @@ export default {
           className: 'replacecolor',
           className: 'replacecolor',
         },
         },
         { title: '制单人', width: 120, dataIndex: 'makingPeople', ellipsis: true,className: 'replacecolor' },
         { title: '制单人', width: 120, dataIndex: 'makingPeople', ellipsis: true,className: 'replacecolor' },
+        { title: '状态', width: 80, dataIndex: 'status', ellipsis: true,className: 'replacecolor' },
          {
          {
             title: '操作',
             title: '操作',
             dataIndex: 'action',
             dataIndex: 'action',
             scopedSlots: { customRender: 'action' },
             scopedSlots: { customRender: 'action' },
             align: 'center',
             align: 'center',
             width: 80
             width: 80
-          }
+          },
+        
 
 
       ],
       ],
       fabricLossesData: [],
       fabricLossesData: [],