| | |
| | | if (dataJson.PrintTypeId == "-1" || dataJson.PrintTypeId == -1) { |
| | | $("[name='printSizeName']").val(dataJson.PrintSizeName); |
| | | $("[name='printCount']").val(dataJson.PrintCount); |
| | | $("[name='ysUnit']").val(dataJson.Unit); |
| | | $("[name='txtPrintDemand']").val(dataJson.PrintDemand); |
| | | } else { |
| | | BindControlByPrintType(dataJson); |
| | |
| | | } |
| | | $("[name='gramWeight0']").val(dataJson.GramWeight); |
| | | $("#printCount").val(dataJson.PrintCount); |
| | | $("[name='ysUnit']").val(dataJson.Unit); |
| | | $("[name='RopeTypeName']").val(dataJson.RopeTypeName); |
| | | $("[name='RopeColor']").val(dataJson.RopeColor); |
| | | $("[name='printColor0']").val(dataJson.PrintColor); |