|
@@ -57,9 +57,9 @@
|
|
|
</a-col>
|
|
|
<a-col :xl="10" :lg="11" :md="12" :sm="24">
|
|
|
<a-form-item label="入库日期">
|
|
|
- <j-date placeholder="请选择开始日期" class="query-group-cust" v-model="queryParam.operatorDate_begin"></j-date>
|
|
|
+ <j-date placeholder="请选择开始日期" class="query-group-cust" v-model="queryParam.inDate_begin"></j-date>
|
|
|
<span class="query-group-split-cust"></span>
|
|
|
- <j-date placeholder="请选择结束日期" class="query-group-cust" v-model="queryParam.operatorDate_end"></j-date>
|
|
|
+ <j-date placeholder="请选择结束日期" class="query-group-cust" v-model="queryParam.inDate_end"></j-date>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</template>
|
|
@@ -325,20 +325,20 @@
|
|
|
// return obj
|
|
|
// }
|
|
|
},
|
|
|
- {
|
|
|
- title:'入库日期',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'operatorDate',
|
|
|
- width:100,
|
|
|
- // customRender: (value, row, index) => {
|
|
|
- // const obj = {
|
|
|
- // children: value,
|
|
|
- // attrs: {},
|
|
|
- // };
|
|
|
- // obj.attrs.rowSpan = this.myArray[index];
|
|
|
- // return obj
|
|
|
- // }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title:'入库日期',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'operatorDate',
|
|
|
+ // width:100,
|
|
|
+ // // customRender: (value, row, index) => {
|
|
|
+ // // const obj = {
|
|
|
+ // // children: value,
|
|
|
+ // // attrs: {},
|
|
|
+ // // };
|
|
|
+ // // obj.attrs.rowSpan = this.myArray[index];
|
|
|
+ // // return obj
|
|
|
+ // // }
|
|
|
+ // },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|