|
@@ -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: [],
|