咨询热线:
134-804-11888
(2025-04-06)全市菜篮子平均零售价

菜篮子价格

(2025-04-06)全市菜篮子平均零售价

阅读数:32 时间:2025-06-02 来源:admin
品种 计量单位 零售价 品种 计量单位 零售价 品种 计量单位 零售价
蔬菜
本地菜心 元/公斤 9.91 矮脚白菜(奶白菜) 元/公斤 10.57 本地白菜 元/公斤 7.88
小塘白菜(上海青) 元/公斤 8.13 大芥菜 元/公斤 7.34 生菜 元/公斤 8.06
西生菜 元/公斤 11.67 菠菜 元/公斤 11.94 油麦菜 元/公斤 8.30
绍菜(大白菜) 元/公斤 5.65 西洋菜 元/公斤 9.56 西红柿 元/公斤 8.98
芥兰 元/公斤 9.56 红萝卜 元/公斤 6.31 白萝卜 元/公斤 4.59
椰菜花(花菜) 元/公斤 9.38 西兰花 元/公斤 9.69 水空心菜 元/公斤 11.59
青皮冬瓜 元/公斤 5.08 青瓜(黄瓜) 元/公斤 8.70 茄瓜(茄子) 元/公斤 8.46
青豆角 元/公斤 14.64 白豆角 元/公斤 12.87 土豆 元/公斤 6.66
本地芹菜 元/公斤 10.94 西芹 元/公斤 8.56 莴笋 元/公斤 7.24
椰菜 元/公斤 5.69 大蒜(蒜苗) 元/公斤 11.88 蒜心(蒜苔) 元/公斤 15.63
云南小瓜 元/公斤 8.45 丝瓜 元/公斤 10.82 苦瓜 元/公斤 10.99
南瓜 元/公斤 6.61 圆椒 元/公斤 10.67 青尖椒 元/公斤 9.13
荷兰豆 元/公斤 17.28 小豆芽菜(绿豆芽) 元/公斤 4.94 韭菜 元/公斤 9.73
洋葱 元/公斤 7.06 大肉姜(生姜) 元/公斤 18.13 莲藕 元/公斤 10.21
蒜头 元/公斤 18.88
冰冻及冰鲜品
冻排骨 元/公斤 47.31 冻鸡翼 元/公斤 39.50 冻凤爪 元/公斤 40.73
冻带鱼 元/公斤 55.87 冻黄花鱼(黄鱼) 元/公斤 52.13 红三鱼(金钱鱼) 元/公斤 68.40
鱿鱼 元/公斤 61.00
水产
生鱼 元/公斤 30.27 黄鳝 元/公斤 61.50 原条草鱼(1000克左右一条) 元/公斤 22.80
开刀草鱼 元/公斤 31.44 原条鳙鱼(花鲢、胖头鱼) 元/公斤 23.50 开刀鳙鱼 元/公斤 22.86
原条鲮鱼 元/公斤 36.23 鲫鱼 元/公斤 28.80 鲈鱼 元/公斤 41.31
肉禽蛋
精瘦肉 元/公斤 39.25 有皮上肉(带皮后腿肉) 元/公斤 33.38 肋条肉(五花肉) 元/公斤 34.81
排骨 元/公斤 60.88 鲜牛肉 元/公斤 104.94 生宰光鸡(白条鸡) 元/公斤 39.63
红壳鸡蛋 元/公斤 12.09

var srhId = 2;
var reportId = 15;

// 设置周控件
var currentYear = “”;
var currentWeek = “”;

function showChartDiv(){
document.getElementById(‘popDiv’).style.display=’block’;
}

function closeChartDiv(){
document.getElementById(‘popDiv’).style.display=’none’;
}

function showDetailChart(srhCycle, id, name){
showChartDiv();
comitUrl(“/basic/sendReportInfoes/detailLineEChart”,{srhSrId:srhId, srhReportId:reportId, srhCycle:srhCycle, cid:id}, function(data){
require.config({
paths:{
echarts:’/basic/js/echarts/chart/line’
}
});
require([
‘echarts’,
‘echarts/chart/line’
],
function (ec){
var myChart=ec.init(document.getElementById(‘chartDivDetail’));
option = {
title:{
text:’【’+ name +’】价格走势图’,
subtext:data.subtext
},
tooltip:{
trigger:’axis’
},
legend:{
data:data.legendData
},
toolbox:{
show:true,
feature:{
saveAsImage:{
show: true
}
}
},
calculable:true,
xAxis:[{
type:’category’,
boundaryGap:false,
data:data.xAxisData,
axisLabel:{
rotate:45
}
}],
yAxis:[{
type : ‘value’,
axisLabel : {
formatter: function(value){return value.toFixed(2);},
},
axisLine : {onZero: false},
splitNumber:data.ySplitNumber,
min:data.yMin,
max:data.yMax
}],
series :data.series
};
myChart.setOption(option);
});
});
}

东莞菜篮子  (2025-01-31)全市菜篮子平均零售价

//查询
function doQuery(){
var srhCycle = $(“input[name=’endDate’]”).val();
var _extendsVal = $(“input[name=’_extends’]”).val();

if(_extendsVal!=””){
srhCycle += “_”+ _extendsVal;
}
var url = “/basic/sendReportInfoes/sendReportDeatil?srhSrId=2&srhReportId=15&srhCycle=”+ srhCycle;
window.location = url;
}

//下载
function doDownload(){
var srhCycle = $(“input[name=’endDate’]”).val();
var _extendsVal = $(“input[name=’_extends’]”).val();
if(_extendsVal!=””){
srhCycle += “_” +_extendsVal;
}
var attUrl = “/basic/sendReportInfoes/sendReportExport?srhSrId=2&srhReportId=15&srhCycle=”+ srhCycle;
downloadfile(attUrl);
}

//打印
function doPrint(){
window.print();
}

//
// comitUrl(“/basic/sendReportInfoes/lineEChart”,{srhSrId:srhId, srhReportId:reportId, srhCycle:’2025-04-06′, cnname:’蔬菜’}, function(data){
// require.config({
// paths:{
// echarts:’/basic/js/echarts/chart/line’
// }
// });
// require([
// ‘echarts’,
// ‘echarts/chart/line’
// ],
// function (ec) {
// var myChart=ec.init(document.getElementById(‘chartDiv1’));
// option = {
// title : {
// text: ‘蔬菜—综合走势图’,
// subtext:data.subtext
// },
// tooltip : {
// trigger: ‘axis’
// },
// legend: {
// data:data.legendData
// },
// toolbox: {
// show : true,
// feature : {
// saveAsImage : {show: true}
// }
// },
// calculable : true,
// xAxis : [{
// type : ‘category’,
// boundaryGap : false,
// data : data.xAxisData,
// axisLabel: {
// rotate:45,
// }
// }],
// yAxis : [{
// type : ‘value’,
// axisLabel : {
// formatter: function(value){return value.toFixed(2);},
// },
// axisLine : {onZero: false},
// splitNumber:data.ySplitNumber,
// min:data.yMin,
// max:data.yMax
// }],
// series :data.series
// };
// myChart.setOption(option);
// });
// });
//
// comitUrl(“/basic/sendReportInfoes/lineEChart”,{srhSrId:srhId, srhReportId:reportId, srhCycle:’2025-04-06′, cnname:’冰冻及冰鲜品’}, function(data){
// require.config({
// paths:{
// echarts:’/basic/js/echarts/chart/line’
// }
// });
// require([
// ‘echarts’,
// ‘echarts/chart/line’
// ],
// function (ec) {
// var myChart=ec.init(document.getElementById(‘chartDiv2’));
// option = {
// title : {
// text: ‘冰冻及冰鲜品—综合走势图’,
// subtext:data.subtext
// },
// tooltip : {
// trigger: ‘axis’
// },
// legend: {
// data:data.legendData
// },
// toolbox: {
// show : true,
// feature : {
// saveAsImage : {show: true}
// }
// },
// calculable : true,
// xAxis : [{
// type : ‘category’,
// boundaryGap : false,
// data : data.xAxisData,
// axisLabel: {
// rotate:45,
// }
// }],
// yAxis : [{
// type : ‘value’,
// axisLabel : {
// formatter: function(value){return value.toFixed(2);},
// },
// axisLine : {onZero: false},
// splitNumber:data.ySplitNumber,
// min:data.yMin,
// max:data.yMax
// }],
// series :data.series
// };
// myChart.setOption(option);
// });
// });
//
// comitUrl(“/basic/sendReportInfoes/lineEChart”,{srhSrId:srhId, srhReportId:reportId, srhCycle:’2025-04-06′, cnname:’水产’}, function(data){
// require.config({
// paths:{
// echarts:’/basic/js/echarts/chart/line’
// }
// });
// require([
// ‘echarts’,
// ‘echarts/chart/line’
// ],
// function (ec) {
// var myChart=ec.init(document.getElementById(‘chartDiv3’));
// option = {
// title : {
// text: ‘水产—综合走势图’,
// subtext:data.subtext
// },
// tooltip : {
// trigger: ‘axis’
// },
// legend: {
// data:data.legendData
// },
// toolbox: {
// show : true,
// feature : {
// saveAsImage : {show: true}
// }
// },
// calculable : true,
// xAxis : [{
// type : ‘category’,
// boundaryGap : false,
// data : data.xAxisData,
// axisLabel: {
// rotate:45,
// }
// }],
// yAxis : [{
// type : ‘value’,
// axisLabel : {
// formatter: function(value){return value.toFixed(2);},
// },
// axisLine : {onZero: false},
// splitNumber:data.ySplitNumber,
// min:data.yMin,
// max:data.yMax
// }],
// series :data.series
// };
// myChart.setOption(option);
// });
// });
//
// comitUrl(“/basic/sendReportInfoes/lineEChart”,{srhSrId:srhId, srhReportId:reportId, srhCycle:’2025-04-06′, cnname:’肉禽蛋’}, function(data){
// require.config({
// paths:{
// echarts:’/basic/js/echarts/chart/line’
// }
// });
// require([
// ‘echarts’,
// ‘echarts/chart/line’
// ],
// function (ec) {
// var myChart=ec.init(document.getElementById(‘chartDiv4’));
// option = {
// title : {
// text: ‘肉禽蛋—综合走势图’,
// subtext:data.subtext
// },
// tooltip : {
// trigger: ‘axis’
// },
// legend: {
// data:data.legendData
// },
// toolbox: {
// show : true,
// feature : {
// saveAsImage : {show: true}
// }
// },
// calculable : true,
// xAxis : [{
// type : ‘category’,
// boundaryGap : false,
// data : data.xAxisData,
// axisLabel: {
// rotate:45,
// }
// }],
// yAxis : [{
// type : ‘value’,
// axisLabel : {
// formatter: function(value){return value.toFixed(2);},
// },
// axisLine : {onZero: false},
// splitNumber:data.ySplitNumber,
// min:data.yMin,
// max:data.yMax
// }],
// series :data.series
// };
// myChart.setOption(option);
// });
// });
//

东莞菜篮子  (2025-01-28)全市菜篮子平均零售价
标签:
关闭

用微信“扫一扫”加好友咨询

No:84351