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

菜篮子价格

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

阅读数:39 时间:2025-06-02 来源:admin
品种 计量单位 零售价 品种 计量单位 零售价 品种 计量单位 零售价
蔬菜
本地菜心 元/公斤 9.53 矮脚白菜(奶白菜) 元/公斤 10.06 本地白菜 元/公斤 7.63
小塘白菜(上海青) 元/公斤 7.81 大芥菜 元/公斤 7.75 生菜 元/公斤 7.88
西生菜 元/公斤 11.69 菠菜 元/公斤 11.91 油麦菜 元/公斤 8.24
绍菜(大白菜) 元/公斤 5.64 西洋菜 元/公斤 8.75 西红柿 元/公斤 9.00
芥兰 元/公斤 8.99 红萝卜 元/公斤 6.38 白萝卜 元/公斤 4.63
椰菜花(花菜) 元/公斤 8.93 西兰花 元/公斤 9.38 水空心菜 元/公斤 8.83
青皮冬瓜 元/公斤 5.20 青瓜(黄瓜) 元/公斤 8.20 茄瓜(茄子) 元/公斤 8.15
青豆角 元/公斤 13.79 白豆角 元/公斤 11.50 土豆 元/公斤 6.79
本地芹菜 元/公斤 10.78 西芹 元/公斤 8.56 莴笋 元/公斤 7.21
椰菜 元/公斤 5.73 大蒜(蒜苗) 元/公斤 12.06 蒜心(蒜苔) 元/公斤 14.88
云南小瓜 元/公斤 8.51 丝瓜 元/公斤 9.88 苦瓜 元/公斤 9.99
南瓜 元/公斤 6.55 圆椒 元/公斤 10.90 青尖椒 元/公斤 8.81
荷兰豆 元/公斤 15.63 小豆芽菜(绿豆芽) 元/公斤 4.94 韭菜 元/公斤 9.66
洋葱 元/公斤 7.06 大肉姜(生姜) 元/公斤 17.88 莲藕 元/公斤 10.40
蒜头 元/公斤 18.94
冰冻及冰鲜品
冻排骨 元/公斤 47.31 冻鸡翼 元/公斤 39.75 冻凤爪 元/公斤 40.87
冻带鱼 元/公斤 55.60 冻黄花鱼(黄鱼) 元/公斤 53.88 红三鱼(金钱鱼) 元/公斤 68.40
鱿鱼 元/公斤 61.50
水产
生鱼 元/公斤 29.87 黄鳝 元/公斤 61.33 原条草鱼(1000克左右一条) 元/公斤 22.60
开刀草鱼 元/公斤 31.44 原条鳙鱼(花鲢、胖头鱼) 元/公斤 23.36 开刀鳙鱼 元/公斤 23.14
原条鲮鱼 元/公斤 36.15 鲫鱼 元/公斤 29.20 鲈鱼 元/公斤 41.81
肉禽蛋
精瘦肉 元/公斤 38.75 有皮上肉(带皮后腿肉) 元/公斤 33.38 肋条肉(五花肉) 元/公斤 34.81
排骨 元/公斤 60.25 鲜牛肉 元/公斤 104.56 生宰光鸡(白条鸡) 元/公斤 40.13
红壳鸡蛋 元/公斤 12.04

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);
});
});
}

东莞菜篮子  南沙区金洲农贸市场菜篮子零售价(2024-09-19)

//查询
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-24′, 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-24′, 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-24′, 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-24′, 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);
// });
// });
//

东莞菜篮子  (2024-06-22)全市菜篮子平均零售价
标签:
关闭

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

No:84351