﻿[{
	"ReportName": "装机生产报表",
	"Request": {
		"YWRQ":{
			"title": "查询日期",
			"type" : "Date"
		},
		"BZ":{
			"title": "班组",
			"type" : "enum",
			"ref": "JC_BZ",
		}
	},
	"DataJson": [{
		
			"TargetTable": "ZJBB",
			"TargetField": "RQ",
			"DataSource": {
				"Source": [{
					"Type": "Procedure",
					"SourceName": "Pro_Holcim_LoaderProductionReport",
					"Condition": [
						{
							"Parameter": "YWRQ",
							"Operator": "=",
							"Value": "Request.YWRQ",
							"Type": "Request"
						},{
							"Parameter": "BZ",
							"Operator": "=",
							"Value": "Request.BZ",
							"Type": "Request"
						},{
							"Parameter": "flag",
							"Operator": "=",
							"Value": "1",
							"Type": "Fixed"
						}
					],
					"Value": ""
				}]
			},
			"DataValue": "Table<Source[0]>"
						
	        },
			{
		
			"TargetTable": "ZJBB",
			"TargetField": "BZ",
			"DataSource": {
				"Source": [{
					"Type": "Procedure",
					"SourceName": "Pro_Holcim_LoaderProductionReport",
					"Condition": [
						{
							"Parameter": "YWRQ",
							"Operator": "=",
							"Value": "Request.YWRQ",
							"Type": "Request"
						},{
							"Parameter": "BZ",
							"Operator": "=",
							"Value": "Request.BZ",
							"Type": "Request"
						},{
							"Parameter": "flag",
							"Operator": "=",
							"Value": "2",
							"Type": "Fixed"
						}
					],
					"Value": ""
				}]
			},
			"DataValue": "Table<Source[0]>"
						
	        }]
}]