|
|
@ -46,7 +46,7 @@ |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="16"> |
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="16"> |
|
|
|
<a-form-item label="入库批次"> |
|
|
|
<a-form-item label="入库批次"> |
|
|
|
<a-input placeholder="请选择批次" v-model="queryParam.batch"/> |
|
|
|
<a-input placeholder="请选择批次" v-model="queryParam.supplierBatch"/> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="16"> |
|
|
|
<a-col :xl="4" :lg="7" :md="8" :sm="16"> |
|
|
@ -60,7 +60,7 @@ |
|
|
|
style="width: 210px" |
|
|
|
style="width: 210px" |
|
|
|
format="YYYY-MM-DD" |
|
|
|
format="YYYY-MM-DD" |
|
|
|
:placeholder="['开始时间', '结束时间']" |
|
|
|
:placeholder="['开始时间', '结束时间']" |
|
|
|
@change="onDateChangeinboundTime" |
|
|
|
@change="onDateChangestorageTime" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</a-form-item> |
|
|
|
</a-form-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
@ -168,9 +168,9 @@ |
|
|
|
unitWasteWarehouseCodeId: null, |
|
|
|
unitWasteWarehouseCodeId: null, |
|
|
|
freightSpace: null, |
|
|
|
freightSpace: null, |
|
|
|
productionTime: null, |
|
|
|
productionTime: null, |
|
|
|
batch: null, |
|
|
|
supplierBatch: null, |
|
|
|
expirationDate: null, |
|
|
|
expirationDate: null, |
|
|
|
inboundTime: null, |
|
|
|
storageTime: null, |
|
|
|
librarySign: null, |
|
|
|
librarySign: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
description: '物资总库管理详情页面', |
|
|
|
description: '物资总库管理详情页面', |
|
|
@ -223,12 +223,12 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'数量', |
|
|
|
title:'数量', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
dataIndex: 'amount' |
|
|
|
dataIndex: 'materialQuantity' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'单价', |
|
|
|
title:'单价', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
dataIndex: 'price' |
|
|
|
dataIndex: 'materialPrice' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'金额', |
|
|
|
title:'金额', |
|
|
@ -261,7 +261,7 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'批次', |
|
|
|
title:'批次', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
dataIndex: 'batch' |
|
|
|
dataIndex: 'supplierBatch' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'是否到货', |
|
|
|
title:'是否到货', |
|
|
@ -328,7 +328,7 @@ |
|
|
|
this.queryParam.productDateBegin=dateString[0]; |
|
|
|
this.queryParam.productDateBegin=dateString[0]; |
|
|
|
this.queryParam.productDateEnd=dateString[1]; |
|
|
|
this.queryParam.productDateEnd=dateString[1]; |
|
|
|
}, |
|
|
|
}, |
|
|
|
onDateChangeinboundTime: function (value, dateString) { |
|
|
|
onDateChangestorageTime: function (value, dateString) { |
|
|
|
this.queryParam.inboundDateBegin=dateString[0]; |
|
|
|
this.queryParam.inboundDateBegin=dateString[0]; |
|
|
|
this.queryParam.inboundDateEnd=dateString[1]; |
|
|
|
this.queryParam.inboundDateEnd=dateString[1]; |
|
|
|
}, |
|
|
|
}, |
|
|
@ -341,9 +341,9 @@ |
|
|
|
unitWasteWarehouseCodeId: null, |
|
|
|
unitWasteWarehouseCodeId: null, |
|
|
|
freightSpace: null, |
|
|
|
freightSpace: null, |
|
|
|
productionTime: null, |
|
|
|
productionTime: null, |
|
|
|
batch: null, |
|
|
|
supplierBatch: null, |
|
|
|
expirationDate: null, |
|
|
|
expirationDate: null, |
|
|
|
inboundTime: null, |
|
|
|
storageTime: null, |
|
|
|
librarySign: null, |
|
|
|
librarySign: null, |
|
|
|
del_flag: 0 |
|
|
|
del_flag: 0 |
|
|
|
}, |
|
|
|
}, |
|
|
@ -378,16 +378,16 @@ |
|
|
|
fieldList.push({type:'string',value:'item',text:'物料',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'item',text:'物料',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'itemDescription',text:'物料描述',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'itemDescription',text:'物料描述',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'unitMeasurement',text:'计量单位',dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'unitMeasurement',text:'计量单位',dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'amount',text:'数量',dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'materialQuantity',text:'数量',dictCode:''}) |
|
|
|
fieldList.push({type:'BigDecimal',value:'price',text:'单价',dictCode:''}) |
|
|
|
fieldList.push({type:'BigDecimal',value:'materialPrice',text:'单价',dictCode:''}) |
|
|
|
fieldList.push({type:'BigDecimal',value:'rates',text:'金额',dictCode:''}) |
|
|
|
fieldList.push({type:'BigDecimal',value:'rates',text:'金额',dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'unitWasteWarehouseCodeId',text:'仓储地点',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'unitWasteWarehouseCodeId',text:'仓储地点',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'freightSpace',text:'存储仓位',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'freightSpace',text:'存储仓位',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'date',value:'productionTime',text:'生产时间'}) |
|
|
|
fieldList.push({type:'date',value:'productionTime',text:'生产时间'}) |
|
|
|
fieldList.push({type:'String',value:'expirationDate',text:'保质期'}) |
|
|
|
fieldList.push({type:'String',value:'expirationDate',text:'保质期'}) |
|
|
|
fieldList.push({type:'string',value:'batch',text:'批次',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'supplierBatch',text:'批次',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'arrivalNotice',text:'是否到货',dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'arrivalNotice',text:'是否到货',dictCode:''}) |
|
|
|
fieldList.push({type:'date',value:'inboundTime',text:'入库时间'}) |
|
|
|
fieldList.push({type:'date',value:'storageTime',text:'入库时间'}) |
|
|
|
fieldList.push({type:'string',value:'librarySign',text:'入库人',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'string',value:'librarySign',text:'入库人',dictTable:'', dictText:'', dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'accountingAttributes',text:'核算属性',dictCode:''}) |
|
|
|
fieldList.push({type:'int',value:'accountingAttributes',text:'核算属性',dictCode:''}) |
|
|
|
this.superFieldList = fieldList |
|
|
|
this.superFieldList = fieldList |
|
|
|