|
|
@ -90,7 +90,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<span slot="action" slot-scope="text, record" style="overflow: hidden;" class="table-page-search-submitButtons"> |
|
|
|
<span slot="action" slot-scope="text, record" style="overflow: hidden;" class="table-page-search-submitButtons"> |
|
|
|
<a-dropdown> |
|
|
|
<a-dropdown> |
|
|
|
<a class="ant-dropdown-link" @click="handleDetaills(record)"><i type="down"></i>明细</a> |
|
|
|
<a class="ant-dropdown-link" @click="handleDetaills(record)"><a-icon type="transaction" /> 明细</a> |
|
|
|
</a-dropdown> |
|
|
|
</a-dropdown> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
|
@ -110,6 +110,7 @@ |
|
|
|
import JDate from '@/components/jeecg/JDate.vue' |
|
|
|
import JDate from '@/components/jeecg/JDate.vue' |
|
|
|
import JSearchSelectTag from '@/components/dict/JSearchSelectTag' |
|
|
|
import JSearchSelectTag from '@/components/dict/JSearchSelectTag' |
|
|
|
import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' |
|
|
|
import JSuperQuery from '@/components/jeecg/JSuperQuery.vue' |
|
|
|
|
|
|
|
import { getAction } from '@api/manage' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
export default { |
|
|
@ -172,15 +173,19 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'总库数量', |
|
|
|
title:'总库数量', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
dataIndex: 'materialQuantity1', |
|
|
|
dataIndex: 'materialQuantity', |
|
|
|
customRender:function (t,r,index) { |
|
|
|
|
|
|
|
return 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'项目部数量', |
|
|
|
title:'项目部数量', |
|
|
|
align:"center", |
|
|
|
align:"center", |
|
|
|
dataIndex: 'materialQuantity' |
|
|
|
dataIndex: 'itemQuantity', |
|
|
|
|
|
|
|
// customRender:function (t,r,index) { |
|
|
|
|
|
|
|
// console.log(r) |
|
|
|
|
|
|
|
// if(r.itemQuantity === undefined){ |
|
|
|
|
|
|
|
// |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// return 0; |
|
|
|
|
|
|
|
// } |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title:'核算属性', |
|
|
|
title:'核算属性', |
|
|
@ -216,6 +221,40 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
// loadData(arg) { |
|
|
|
|
|
|
|
// if(!this.url.list){ |
|
|
|
|
|
|
|
// this.$message.error("请设置url.list属性!") |
|
|
|
|
|
|
|
// return |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// //加载数据 若传入参数1则加载第一页的内容 |
|
|
|
|
|
|
|
// if (arg === 1) { |
|
|
|
|
|
|
|
// this.ipagination.current = 1; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
|
|
|
// let res=JSON.parse(ue); |
|
|
|
|
|
|
|
// if(res.realname !== "管理员"){ |
|
|
|
|
|
|
|
// return ; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// console.log(res); |
|
|
|
|
|
|
|
// var params = this.getQueryParams();//查询条件 |
|
|
|
|
|
|
|
// this.loading = true; |
|
|
|
|
|
|
|
// getAction(this.url.list, params).then((res) => { |
|
|
|
|
|
|
|
// if (res.success) { |
|
|
|
|
|
|
|
// this.dataSource = res.result.records||res.result; |
|
|
|
|
|
|
|
// if(res.result.total) |
|
|
|
|
|
|
|
// { |
|
|
|
|
|
|
|
// this.ipagination.total = res.result.total; |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// if(res.code===510){ |
|
|
|
|
|
|
|
// this.$message.warning(res.message) |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
// this.loading = false; |
|
|
|
|
|
|
|
// }) |
|
|
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handleDetaills(record){ |
|
|
|
handleDetaills(record){ |
|
|
|
console.log(record); |
|
|
|
console.log(record); |
|
|
|
this.$router.push({ |
|
|
|
this.$router.push({ |
|
|
|